Html Css Color HEX #D64980 Cranberry

📋 copy color: '#D64980'

red 214 ◦ green 73 ◦ blue 128

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

Shades of Cranberry #D64980

Tints of Cranberry #D64980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.59%

 BLUE value IS 128 (50.39% from 255) = 30.84%

R = 51.57%
G = 17.59%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D64980 (or 0xD64980) is known color: Cranberry. HEX triplet: D6, 49 and 80. RGB value is (214,73,128). Sum of RGB (Red+Green+Blue) = 214+73+128=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D64980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64980 is #29B67F. Grayscale: #797979. Windows color (decimal): -2733696 or 8407510. OLE color: 8407510.

HSL color Cylindrical-coordinate representation of color #D64980: hue angle of 336.6º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64980 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 128 -
CMYK 0 0.66 0.40 0.16
HSL 336.6º 0.63% 0.56% -
HSV(B) 336.6º 0.66% 0.84% -
XYZ 34.01 20.62 22.61 -
YUV 121.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 214 73 128 0 0.66 0.40 0.16 336.6 0.63 0.56
Hex D6 49 80 0 42 28 10 151 3F 38
Octal 326 111 200 0 102 50 20 521 77 70
Binary 11010110 1001001 10000000 0 1000010 101000 10000 101010001 111111 111000

Color Harmonies of #D64980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64980

Black with #D64980

Text Example


Text Example

White with #D64980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64980; }

 p { color: rgb(214,73,128); }

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

background-color css

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

 a { background-color: rgb(214,73,128); }

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

border-color css

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

 span { border-color: rgb(214,73,128); }

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