Html Css Color HEX #D64177 Cranberry

📋 copy color: '#D64177'

red 214 ◦ green 65 ◦ blue 119

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

Shades of Cranberry #D64177

Tints of Cranberry #D64177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.9%

R = 53.77%
G = 16.33%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D64177 (or 0xD64177) is known color: Cranberry. HEX triplet: D6, 41 and 77. RGB value is (214,65,119). Sum of RGB (Red+Green+Blue) = 214+65+119=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64177 is #29BE88. Grayscale: #737373. Windows color (decimal): -2735753 or 7815638. OLE color: 7815638.

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

Color convert

RGB 214 65 119 -
CMYK 0 0.70 0.44 0.16
HSL 338.26º 0.65% 0.55% -
HSV(B) 338.26º 0.7% 0.84% -
XYZ 32.95 19.41 19.46 -
YUV 115.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 214 65 119 0 0.70 0.44 0.16 338.26 0.65 0.55
Hex D6 41 77 0 46 2C 10 152 41 37
Octal 326 101 167 0 106 54 20 522 101 67
Binary 11010110 1000001 1110111 0 1000110 101100 10000 101010010 1000001 110111

Color Harmonies of #D64177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64177

Black with #D64177

Text Example


Text Example

White with #D64177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64177; }

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

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

background-color css

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

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

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

border-color css

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

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

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