Html Css Color HEX #D6447C Cranberry

📋 copy color: '#D6447C'

red 214 ◦ green 68 ◦ blue 124

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

Shades of Cranberry #D6447C

Tints of Cranberry #D6447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.75%

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

R = 52.71%
G = 16.75%
B = 30.54%

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

#D6447C (or 0xD6447C) is known color: Cranberry. HEX triplet: D6, 44 and 7C. RGB value is (214,68,124). Sum of RGB (Red+Green+Blue) = 214+68+124=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6447C is #29BB83. Grayscale: #757575. Windows color (decimal): -2734980 or 8144086. OLE color: 8144086.

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

Color convert

RGB 214 68 124 -
CMYK 0 0.68 0.42 0.16
HSL 336.99º 0.64% 0.55% -
HSV(B) 336.99º 0.68% 0.84% -
XYZ 33.44 19.89 21.14 -
YUV 118.04 131.37 196.45 -
System Red Green Blue C M Y K H S L
Decimal 214 68 124 0 0.68 0.42 0.16 336.99 0.64 0.55
Hex D6 44 7C 0 44 2A 10 151 40 37
Octal 326 104 174 0 104 52 20 521 100 67
Binary 11010110 1000100 1111100 0 1000100 101010 10000 101010001 1000000 110111

Color Harmonies of #D6447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6447C

Black with #D6447C

Text Example


Text Example

White with #D6447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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