Html Css Color HEX #D64883 Cranberry

📋 copy color: '#D64883'

red 214 ◦ green 72 ◦ blue 131

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

Shades of Cranberry #D64883

Tints of Cranberry #D64883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.27%

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

R = 51.32%
G = 17.27%
B = 31.41%

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

#D64883 (or 0xD64883) is known color: Cranberry. HEX triplet: D6, 48 and 83. RGB value is (214,72,131). Sum of RGB (Red+Green+Blue) = 214+72+131=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D64883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64883 is #29B77C. Grayscale: #797979. Windows color (decimal): -2733949 or 8603862. OLE color: 8603862.

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

Color convert

RGB 214 72 131 -
CMYK 0 0.66 0.39 0.16
HSL 335.07º 0.63% 0.56% -
HSV(B) 335.07º 0.66% 0.84% -
XYZ 34.15 20.57 23.64 -
YUV 121.18 133.54 194.2 -
System Red Green Blue C M Y K H S L
Decimal 214 72 131 0 0.66 0.39 0.16 335.07 0.63 0.56
Hex D6 48 83 0 42 27 10 14F 3F 38
Octal 326 110 203 0 102 47 20 517 77 70
Binary 11010110 1001000 10000011 0 1000010 100111 10000 101001111 111111 111000

Color Harmonies of #D64883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64883

Black with #D64883

Text Example


Text Example

White with #D64883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64883; }

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

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

background-color css

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

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

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

border-color css

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

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

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