Html Css Color HEX #D64981 Cranberry

📋 copy color: '#D64981'

red 214 ◦ green 73 ◦ blue 129

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

Shades of Cranberry #D64981

Tints of Cranberry #D64981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.01%

R = 51.44%
G = 17.55%
B = 31.01%

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

#D64981 (or 0xD64981) is known color: Cranberry. HEX triplet: D6, 49 and 81. RGB value is (214,73,129). Sum of RGB (Red+Green+Blue) = 214+73+129=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D64981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64981 is #29B67E. Grayscale: #797979. Windows color (decimal): -2733695 or 8473046. OLE color: 8473046.

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

Color convert

RGB 214 73 129 -
CMYK 0 0.66 0.40 0.16
HSL 336.17º 0.63% 0.56% -
HSV(B) 336.17º 0.66% 0.84% -
XYZ 34.08 20.65 22.96 -
YUV 121.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 214 73 129 0 0.66 0.40 0.16 336.17 0.63 0.56
Hex D6 49 81 0 42 28 10 150 3F 38
Octal 326 111 201 0 102 50 20 520 77 70
Binary 11010110 1001001 10000001 0 1000010 101000 10000 101010000 111111 111000

Color Harmonies of #D64981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64981

Black with #D64981

Text Example


Text Example

White with #D64981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64981; }

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

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

background-color css

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

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

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

border-color css

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

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

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