Html Css Color HEX #D84A88 Cranberry

📋 copy color: '#D84A88'

red 216 ◦ green 74 ◦ blue 136

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

Shades of Cranberry #D84A88

Tints of Cranberry #D84A88

RGB

 RED value IS 216 (84.77% from 255) = 50.7%

 GREEN value IS 74 (29.3% from 255) = 17.37%

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 50.7%
G = 17.37%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D84A88 (or 0xD84A88) is known color: Cranberry. HEX triplet: D8, 4A and 88. RGB value is (216,74,136). Sum of RGB (Red+Green+Blue) = 216+74+136=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84A88 is #27B577. Grayscale: #7B7B7B. Windows color (decimal): -2602360 or 8932056. OLE color: 8932056.

HSL color Cylindrical-coordinate representation of color #D84A88: hue angle of 333.8º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84A88 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 74 136 -
CMYK 0 0.66 0.37 0.15
HSL 333.8º 0.65% 0.57% -
HSV(B) 333.8º 0.66% 0.85% -
XYZ 35.21 21.27 25.54 -
YUV 123.53 135.04 193.96 -
System Red Green Blue C M Y K H S L
Decimal 216 74 136 0 0.66 0.37 0.15 333.8 0.65 0.57
Hex D8 4A 88 0 42 25 F 14E 41 39
Octal 330 112 210 0 102 45 17 516 101 71
Binary 11011000 1001010 10001000 0 1000010 100101 1111 101001110 1000001 111001

Color Harmonies of #D84A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84A88

Black with #D84A88

Text Example


Text Example

White with #D84A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84A88; }

 p { color: rgb(216,74,136); }

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

background-color css

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

 a { background-color: rgb(216,74,136); }

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

border-color css

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

 span { border-color: rgb(216,74,136); }

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