Html Css Color HEX #D84881 Cranberry

📋 copy color: '#D84881'

red 216 ◦ green 72 ◦ blue 129

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

Shades of Cranberry #D84881

Tints of Cranberry #D84881

RGB

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

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

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

R = 51.8%
G = 17.27%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D84881 (or 0xD84881) is known color: Cranberry. HEX triplet: D8, 48 and 81. RGB value is (216,72,129). Sum of RGB (Red+Green+Blue) = 216+72+129=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D84881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84881 is #27B77E. Grayscale: #797979. Windows color (decimal): -2602879 or 8472792. OLE color: 8472792.

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

Color convert

RGB 216 72 129 -
CMYK 0 0.67 0.40 0.15
HSL 336.25º 0.65% 0.56% -
HSV(B) 336.25º 0.67% 0.85% -
XYZ 34.6 20.82 22.96 -
YUV 121.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 216 72 129 0 0.67 0.40 0.15 336.25 0.65 0.56
Hex D8 48 81 0 43 28 F 150 41 38
Octal 330 110 201 0 103 50 17 520 101 70
Binary 11011000 1001000 10000001 0 1000011 101000 1111 101010000 1000001 111000

Color Harmonies of #D84881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84881

Black with #D84881

Text Example


Text Example

White with #D84881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84881; }

 p { color: rgb(216,72,129); }

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

background-color css

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

 a { background-color: rgb(216,72,129); }

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

border-color css

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

 span { border-color: rgb(216,72,129); }

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