Html Css Color HEX #D84985 Cranberry

📋 copy color: '#D84985'

red 216 ◦ green 73 ◦ blue 133

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

Shades of Cranberry #D84985

Tints of Cranberry #D84985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.3%

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

R = 51.18%
G = 17.3%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D84985 (or 0xD84985) is known color: Cranberry. HEX triplet: D8, 49 and 85. RGB value is (216,73,133). Sum of RGB (Red+Green+Blue) = 216+73+133=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D84985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84985 is #27B67A. Grayscale: #7A7A7A. Windows color (decimal): -2602619 or 8735192. OLE color: 8735192.

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

Color convert

RGB 216 73 133 -
CMYK 0 0.66 0.38 0.15
HSL 334.83º 0.65% 0.57% -
HSV(B) 334.83º 0.66% 0.85% -
XYZ 34.94 21.06 24.41 -
YUV 122.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 216 73 133 0 0.66 0.38 0.15 334.83 0.65 0.57
Hex D8 49 85 0 42 26 F 14F 41 39
Octal 330 111 205 0 102 46 17 517 101 71
Binary 11011000 1001001 10000101 0 1000010 100110 1111 101001111 1000001 111001

Color Harmonies of #D84985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84985

Black with #D84985

Text Example


Text Example

White with #D84985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84985; }

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

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

background-color css

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

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

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

border-color css

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

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

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