Html Css Color HEX #D6457D Cranberry

📋 copy color: '#D6457D'

red 214 ◦ green 69 ◦ blue 125

#D6457D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D6457D

Tints of Cranberry #D6457D

RGB

 RED value IS 214 (83.98% from 255) = 52.45%

 GREEN value IS 69 (27.34% from 255) = 16.91%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 52.45%
G = 16.91%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6457D (or 0xD6457D) is known color: Cranberry. HEX triplet: D6, 45 and 7D. RGB value is (214,69,125). Sum of RGB (Red+Green+Blue) = 214+69+125=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6457D is #29BA82. Grayscale: #767676. Windows color (decimal): -2734723 or 8209878. OLE color: 8209878.

HSL color Cylindrical-coordinate representation of color #D6457D: hue angle of 336.83º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6457D is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 69 125 -
CMYK 0 0.68 0.42 0.16
HSL 336.83º 0.64% 0.55% -
HSV(B) 336.83º 0.68% 0.84% -
XYZ 33.56 20.03 21.5 -
YUV 118.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 214 69 125 0 0.68 0.42 0.16 336.83 0.64 0.55
Hex D6 45 7D 0 44 2A 10 151 40 37
Octal 326 105 175 0 104 52 20 521 100 67
Binary 11010110 1000101 1111101 0 1000100 101010 10000 101010001 1000000 110111

Color Harmonies of #D6457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6457D

Black with #D6457D

Text Example


Text Example

White with #D6457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6457D; }

 p { color: rgb(214,69,125); }

 H1.HeaderClassName
 {
   color: #D6457D;
 }
 .AnyTagClassName
 {
   color: #D6457D;
 }
</style>

background-color css

<style>
 a { background-color: #D6457D; }

 a { background-color: rgb(214,69,125); }

 div.DivClassName
 {
   background-color: #D6457D;
 }
 .BgClassName
 {
   background-color: #D6457D;
 }
</style>

border-color css

<style>
 span { border-color: #D6457D; }

 span { border-color: rgb(214,69,125); }

 td.TdClassName
 {
   border-color: #D6457D;
 }
 .TagClassName
 {
   border-color: #D6457D;
 }
</style>