Html Css Color HEX #D65476 Cranberry

📋 copy color: '#D65476'

red 214 ◦ green 84 ◦ blue 118

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

Shades of Cranberry #D65476

Tints of Cranberry #D65476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.19%

 BLUE value IS 118 (46.48% from 255) = 28.37%

R = 51.44%
G = 20.19%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D65476 (or 0xD65476) is known color: Cranberry. HEX triplet: D6, 54 and 76. RGB value is (214,84,118). Sum of RGB (Red+Green+Blue) = 214+84+118=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D65476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65476 is #29AB89. Grayscale: #7E7E7E. Windows color (decimal): -2730890 or 7754966. OLE color: 7754966.

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

Color convert

RGB 214 84 118 -
CMYK 0 0.61 0.45 0.16
HSL 344.31º 0.61% 0.58% -
HSV(B) 344.31º 0.61% 0.84% -
XYZ 34.17 21.94 19.57 -
YUV 126.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 214 84 118 0 0.61 0.45 0.16 344.31 0.61 0.58
Hex D6 54 76 0 3D 2D 10 158 3D 3A
Octal 326 124 166 0 75 55 20 530 75 72
Binary 11010110 1010100 1110110 0 111101 101101 10000 101011000 111101 111010

Color Harmonies of #D65476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65476

Black with #D65476

Text Example


Text Example

White with #D65476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65476; }

 p { color: rgb(214,84,118); }

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

background-color css

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

 a { background-color: rgb(214,84,118); }

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

border-color css

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

 span { border-color: rgb(214,84,118); }

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