Html Css Color HEX #D64079 Cranberry

📋 copy color: '#D64079'

red 214 ◦ green 64 ◦ blue 121

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

Shades of Cranberry #D64079

Tints of Cranberry #D64079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.04%

 BLUE value IS 121 (47.66% from 255) = 30.33%

R = 53.63%
G = 16.04%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D64079 (or 0xD64079) is known color: Cranberry. HEX triplet: D6, 40 and 79. RGB value is (214,64,121). Sum of RGB (Red+Green+Blue) = 214+64+121=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D64079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64079 is #29BF86. Grayscale: #737373. Windows color (decimal): -2736007 or 7946454. OLE color: 7946454.

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

Color convert

RGB 214 64 121 -
CMYK 0 0.70 0.43 0.16
HSL 337.2º 0.65% 0.55% -
HSV(B) 337.2º 0.7% 0.84% -
XYZ 33.02 19.34 20.08 -
YUV 115.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 214 64 121 0 0.70 0.43 0.16 337.2 0.65 0.55
Hex D6 40 79 0 46 2B 10 151 41 37
Octal 326 100 171 0 106 53 20 521 101 67
Binary 11010110 1000000 1111001 0 1000110 101011 10000 101010001 1000001 110111

Color Harmonies of #D64079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64079

Black with #D64079

Text Example


Text Example

White with #D64079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64079; }

 p { color: rgb(214,64,121); }

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

background-color css

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

 a { background-color: rgb(214,64,121); }

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

border-color css

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

 span { border-color: rgb(214,64,121); }

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