Html Css Color HEX #D84381 Cranberry

📋 copy color: '#D84381'

red 216 ◦ green 67 ◦ blue 129

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

Shades of Cranberry #D84381

Tints of Cranberry #D84381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.26%

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

R = 52.43%
G = 16.26%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D84381 (or 0xD84381) is known color: Cranberry. HEX triplet: D8, 43 and 81. RGB value is (216,67,129). Sum of RGB (Red+Green+Blue) = 216+67+129=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D84381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84381 is #27BC7E. Grayscale: #767676. Windows color (decimal): -2604159 or 8471512. OLE color: 8471512.

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

Color convert

RGB 216 67 129 -
CMYK 0 0.69 0.40 0.15
HSL 335.03º 0.66% 0.55% -
HSV(B) 335.03º 0.69% 0.85% -
XYZ 34.29 20.2 22.86 -
YUV 118.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 216 67 129 0 0.69 0.40 0.15 335.03 0.66 0.55
Hex D8 43 81 0 45 28 F 14F 42 37
Octal 330 103 201 0 105 50 17 517 102 67
Binary 11011000 1000011 10000001 0 1000101 101000 1111 101001111 1000010 110111

Color Harmonies of #D84381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84381

Black with #D84381

Text Example


Text Example

White with #D84381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84381; }

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

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

background-color css

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

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

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

border-color css

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

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

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