Html Css Color HEX #D84885 Cranberry

📋 copy color: '#D84885'

red 216 ◦ green 72 ◦ blue 133

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

Shades of Cranberry #D84885

Tints of Cranberry #D84885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 51.31%
G = 17.1%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D84885 (or 0xD84885) is known color: Cranberry. HEX triplet: D8, 48 and 85. RGB value is (216,72,133). Sum of RGB (Red+Green+Blue) = 216+72+133=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D84885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84885 is #27B77A. Grayscale: #797979. Windows color (decimal): -2602875 or 8734936. OLE color: 8734936.

HSL color Cylindrical-coordinate representation of color #D84885: hue angle of 334.58º 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 #D84885 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 72 133 -
CMYK 0 0.67 0.38 0.15
HSL 334.58º 0.65% 0.56% -
HSV(B) 334.58º 0.67% 0.85% -
XYZ 34.87 20.93 24.39 -
YUV 122.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 216 72 133 0 0.67 0.38 0.15 334.58 0.65 0.56
Hex D8 48 85 0 43 26 F 14F 41 38
Octal 330 110 205 0 103 46 17 517 101 70
Binary 11011000 1001000 10000101 0 1000011 100110 1111 101001111 1000001 111000

Color Harmonies of #D84885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84885

Black with #D84885

Text Example


Text Example

White with #D84885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84885; }

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

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

background-color css

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

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

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

border-color css

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

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

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