Html Css Color HEX #D64B84 Cranberry

📋 copy color: '#D64B84'

red 214 ◦ green 75 ◦ blue 132

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

Shades of Cranberry #D64B84

Tints of Cranberry #D64B84

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.81%

 BLUE value IS 132 (51.95% from 255) = 31.35%

R = 50.83%
G = 17.81%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D64B84 (or 0xD64B84) is known color: Cranberry. HEX triplet: D6, 4B and 84. RGB value is (214,75,132). Sum of RGB (Red+Green+Blue) = 214+75+132=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64B84 is #29B47B. Grayscale: #7A7A7A. Windows color (decimal): -2733180 or 8670166. OLE color: 8670166.

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

Color convert

RGB 214 75 132 -
CMYK 0 0.65 0.38 0.16
HSL 335.4º 0.63% 0.57% -
HSV(B) 335.4º 0.65% 0.84% -
XYZ 34.41 20.99 24.07 -
YUV 123.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 214 75 132 0 0.65 0.38 0.16 335.4 0.63 0.57
Hex D6 4B 84 0 41 26 10 14F 3F 39
Octal 326 113 204 0 101 46 20 517 77 71
Binary 11010110 1001011 10000100 0 1000001 100110 10000 101001111 111111 111001

Color Harmonies of #D64B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B84

Black with #D64B84

Text Example


Text Example

White with #D64B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B84; }

 p { color: rgb(214,75,132); }

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

background-color css

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

 a { background-color: rgb(214,75,132); }

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

border-color css

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

 span { border-color: rgb(214,75,132); }

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