Html Css Color HEX #D6457C Cranberry

📋 copy color: '#D6457C'

red 214 ◦ green 69 ◦ blue 124

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

Shades of Cranberry #D6457C

Tints of Cranberry #D6457C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.47%

R = 52.58%
G = 16.95%
B = 30.47%

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

#D6457C (or 0xD6457C) is known color: Cranberry. HEX triplet: D6, 45 and 7C. RGB value is (214,69,124). Sum of RGB (Red+Green+Blue) = 214+69+124=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6457C is #29BA83. Grayscale: #767676. Windows color (decimal): -2734724 or 8144342. OLE color: 8144342.

HSL color Cylindrical-coordinate representation of color #D6457C: hue angle of 337.24º 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 #D6457C is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 69 124 -
CMYK 0 0.68 0.42 0.16
HSL 337.24º 0.64% 0.55% -
HSV(B) 337.24º 0.68% 0.84% -
XYZ 33.5 20.01 21.17 -
YUV 118.63 131.04 196.03 -
System Red Green Blue C M Y K H S L
Decimal 214 69 124 0 0.68 0.42 0.16 337.24 0.64 0.55
Hex D6 45 7C 0 44 2A 10 151 40 37
Octal 326 105 174 0 104 52 20 521 100 67
Binary 11010110 1000101 1111100 0 1000100 101010 10000 101010001 1000000 110111

Color Harmonies of #D6457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6457C

Black with #D6457C

Text Example


Text Example

White with #D6457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6457C; }

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

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

background-color css

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

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

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

border-color css

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

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

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