Html Css Color HEX #D64983 Cranberry

📋 copy color: '#D64983'

red 214 ◦ green 73 ◦ blue 131

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

Shades of Cranberry #D64983

Tints of Cranberry #D64983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.34%

R = 51.2%
G = 17.46%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D64983 (or 0xD64983) is known color: Cranberry. HEX triplet: D6, 49 and 83. RGB value is (214,73,131). Sum of RGB (Red+Green+Blue) = 214+73+131=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D64983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64983 is #29B67C. Grayscale: #797979. Windows color (decimal): -2733693 or 8604118. OLE color: 8604118.

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

Color convert

RGB 214 73 131 -
CMYK 0 0.66 0.39 0.16
HSL 335.32º 0.63% 0.56% -
HSV(B) 335.32º 0.66% 0.84% -
XYZ 34.21 20.7 23.67 -
YUV 121.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 214 73 131 0 0.66 0.39 0.16 335.32 0.63 0.56
Hex D6 49 83 0 42 27 10 14F 3F 38
Octal 326 111 203 0 102 47 20 517 77 70
Binary 11010110 1001001 10000011 0 1000010 100111 10000 101001111 111111 111000

Color Harmonies of #D64983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64983

Black with #D64983

Text Example


Text Example

White with #D64983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64983; }

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

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

background-color css

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

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

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

border-color css

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

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

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