Html Css Color HEX #D6446E Cranberry

📋 copy color: '#D6446E'

red 214 ◦ green 68 ◦ blue 110

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

Shades of Cranberry #D6446E

Tints of Cranberry #D6446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.06%

R = 54.59%
G = 17.35%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6446E (or 0xD6446E) is known color: Cranberry. HEX triplet: D6, 44 and 6E. RGB value is (214,68,110). Sum of RGB (Red+Green+Blue) = 214+68+110=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6446E is #29BB91. Grayscale: #747474. Windows color (decimal): -2734994 or 7226582. OLE color: 7226582.

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

Color convert

RGB 214 68 110 -
CMYK 0 0.68 0.49 0.16
HSL 342.74º 0.64% 0.55% -
HSV(B) 342.74º 0.68% 0.84% -
XYZ 32.61 19.56 16.81 -
YUV 116.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 214 68 110 0 0.68 0.49 0.16 342.74 0.64 0.55
Hex D6 44 6E 0 44 31 10 157 40 37
Octal 326 104 156 0 104 61 20 527 100 67
Binary 11010110 1000100 1101110 0 1000100 110001 10000 101010111 1000000 110111

Color Harmonies of #D6446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6446E

Black with #D6446E

Text Example


Text Example

White with #D6446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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