Html Css Color HEX #D64575 Cranberry

📋 copy color: '#D64575'

red 214 ◦ green 69 ◦ blue 117

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

Shades of Cranberry #D64575

Tints of Cranberry #D64575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.25%

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 53.5%
G = 17.25%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D64575 (or 0xD64575) is known color: Cranberry. HEX triplet: D6, 45 and 75. RGB value is (214,69,117). Sum of RGB (Red+Green+Blue) = 214+69+117=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D64575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64575 is #29BA8A. Grayscale: #757575. Windows color (decimal): -2734731 or 7685590. OLE color: 7685590.

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

Color convert

RGB 214 69 117 -
CMYK 0 0.68 0.45 0.16
HSL 340.14º 0.64% 0.55% -
HSV(B) 340.14º 0.68% 0.84% -
XYZ 33.07 19.84 18.92 -
YUV 117.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 214 69 117 0 0.68 0.45 0.16 340.14 0.64 0.55
Hex D6 45 75 0 44 2D 10 154 40 37
Octal 326 105 165 0 104 55 20 524 100 67
Binary 11010110 1000101 1110101 0 1000100 101101 10000 101010100 1000000 110111

Color Harmonies of #D64575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64575

Black with #D64575

Text Example


Text Example

White with #D64575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64575; }

 p { color: rgb(214,69,117); }

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

background-color css

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

 a { background-color: rgb(214,69,117); }

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

border-color css

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

 span { border-color: rgb(214,69,117); }

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