Html Css Color HEX #D65473 Cranberry

📋 copy color: '#D65473'

red 214 ◦ green 84 ◦ blue 115

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

Shades of Cranberry #D65473

Tints of Cranberry #D65473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 51.82%
G = 20.34%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D65473 (or 0xD65473) is known color: Cranberry. HEX triplet: D6, 54 and 73. RGB value is (214,84,115). Sum of RGB (Red+Green+Blue) = 214+84+115=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D65473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65473 is #29AB8C. Grayscale: #7E7E7E. Windows color (decimal): -2730893 or 7558358. OLE color: 7558358.

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

Color convert

RGB 214 84 115 -
CMYK 0 0.61 0.46 0.16
HSL 345.69º 0.61% 0.58% -
HSV(B) 345.69º 0.61% 0.84% -
XYZ 34 21.87 18.65 -
YUV 126.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 214 84 115 0 0.61 0.46 0.16 345.69 0.61 0.58
Hex D6 54 73 0 3D 2E 10 15A 3D 3A
Octal 326 124 163 0 75 56 20 532 75 72
Binary 11010110 1010100 1110011 0 111101 101110 10000 101011010 111101 111010

Color Harmonies of #D65473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65473

Black with #D65473

Text Example


Text Example

White with #D65473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65473; }

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

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

background-color css

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

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

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

border-color css

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

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

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