Html Css Color HEX #D66178 Cranberry

📋 copy color: '#D66178'

red 214 ◦ green 97 ◦ blue 120

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

Shades of Cranberry #D66178

Tints of Cranberry #D66178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.51%

 BLUE value IS 120 (47.27% from 255) = 27.84%

R = 49.65%
G = 22.51%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D66178 (or 0xD66178) is known color: Cranberry. HEX triplet: D6, 61 and 78. RGB value is (214,97,120). Sum of RGB (Red+Green+Blue) = 214+97+120=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D66178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66178 is #299E87. Grayscale: #868686. Windows color (decimal): -2727560 or 7889366. OLE color: 7889366.

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

Color convert

RGB 214 97 120 -
CMYK 0 0.55 0.44 0.16
HSL 348.21º 0.59% 0.61% -
HSV(B) 348.21º 0.55% 0.84% -
XYZ 35.4 24.2 20.58 -
YUV 134.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 214 97 120 0 0.55 0.44 0.16 348.21 0.59 0.61
Hex D6 61 78 0 37 2C 10 15C 3B 3D
Octal 326 141 170 0 67 54 20 534 73 75
Binary 11010110 1100001 1111000 0 110111 101100 10000 101011100 111011 111101

Color Harmonies of #D66178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66178

Black with #D66178

Text Example


Text Example

White with #D66178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66178; }

 p { color: rgb(214,97,120); }

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

background-color css

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

 a { background-color: rgb(214,97,120); }

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

border-color css

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

 span { border-color: rgb(214,97,120); }

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