Html Css Color HEX #D35988 Cranberry

📋 copy color: '#D35988'

red 211 ◦ green 89 ◦ blue 136

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

Shades of Cranberry #D35988

Tints of Cranberry #D35988

RGB

 RED value IS 211 (82.81% from 255) = 48.39%

 GREEN value IS 89 (35.16% from 255) = 20.41%

 BLUE value IS 136 (53.52% from 255) = 31.19%

R = 48.39%
G = 20.41%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D35988 (or 0xD35988) is known color: Cranberry. HEX triplet: D3, 59 and 88. RGB value is (211,89,136). Sum of RGB (Red+Green+Blue) = 211+89+136=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D35988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35988 is #2CA677. Grayscale: #828282. Windows color (decimal): -2926200 or 8935891. OLE color: 8935891.

HSL color Cylindrical-coordinate representation of color #D35988: hue angle of 336.89º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35988 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 89 136 -
CMYK 0 0.58 0.36 0.17
HSL 336.89º 0.58% 0.59% -
HSV(B) 336.89º 0.58% 0.83% -
XYZ 34.88 22.77 25.85 -
YUV 130.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 211 89 136 0 0.58 0.36 0.17 336.89 0.58 0.59
Hex D3 59 88 0 3A 24 11 151 3A 3B
Octal 323 131 210 0 72 44 21 521 72 73
Binary 11010011 1011001 10001000 0 111010 100100 10001 101010001 111010 111011

Color Harmonies of #D35988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35988

Black with #D35988

Text Example


Text Example

White with #D35988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35988; }

 p { color: rgb(211,89,136); }

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

background-color css

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

 a { background-color: rgb(211,89,136); }

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

border-color css

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

 span { border-color: rgb(211,89,136); }

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