Html Css Color HEX #D84581 Cranberry

📋 copy color: '#D84581'

red 216 ◦ green 69 ◦ blue 129

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

Shades of Cranberry #D84581

Tints of Cranberry #D84581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.67%

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

R = 52.17%
G = 16.67%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D84581 (or 0xD84581) is known color: Cranberry. HEX triplet: D8, 45 and 81. RGB value is (216,69,129). Sum of RGB (Red+Green+Blue) = 216+69+129=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D84581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84581 is #27BA7E. Grayscale: #777777. Windows color (decimal): -2603647 or 8472024. OLE color: 8472024.

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

Color convert

RGB 216 69 129 -
CMYK 0 0.68 0.40 0.15
HSL 335.51º 0.65% 0.56% -
HSV(B) 335.51º 0.68% 0.85% -
XYZ 34.41 20.44 22.9 -
YUV 119.79 133.2 196.62 -
System Red Green Blue C M Y K H S L
Decimal 216 69 129 0 0.68 0.40 0.15 335.51 0.65 0.56
Hex D8 45 81 0 44 28 F 150 41 38
Octal 330 105 201 0 104 50 17 520 101 70
Binary 11011000 1000101 10000001 0 1000100 101000 1111 101010000 1000001 111000

Color Harmonies of #D84581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84581

Black with #D84581

Text Example


Text Example

White with #D84581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84581; }

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

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

background-color css

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

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

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

border-color css

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

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

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