Html Css Color HEX #D64175 Cranberry

📋 copy color: '#D64175'

red 214 ◦ green 65 ◦ blue 117

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

Shades of Cranberry #D64175

Tints of Cranberry #D64175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.41%

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

R = 54.04%
G = 16.41%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D64175 (or 0xD64175) is known color: Cranberry. HEX triplet: D6, 41 and 75. RGB value is (214,65,117). Sum of RGB (Red+Green+Blue) = 214+65+117=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D64175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64175 is #29BE8A. Grayscale: #737373. Windows color (decimal): -2735755 or 7684566. OLE color: 7684566.

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

Color convert

RGB 214 65 117 -
CMYK 0 0.70 0.45 0.16
HSL 339.06º 0.65% 0.55% -
HSV(B) 339.06º 0.7% 0.84% -
XYZ 32.83 19.36 18.84 -
YUV 115.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 214 65 117 0 0.70 0.45 0.16 339.06 0.65 0.55
Hex D6 41 75 0 46 2D 10 153 41 37
Octal 326 101 165 0 106 55 20 523 101 67
Binary 11010110 1000001 1110101 0 1000110 101101 10000 101010011 1000001 110111

Color Harmonies of #D64175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64175

Black with #D64175

Text Example


Text Example

White with #D64175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64175; }

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

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

background-color css

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

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

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

border-color css

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

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

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