Html Css Color HEX #D35889 Cranberry

📋 copy color: '#D35889'

red 211 ◦ green 88 ◦ blue 137

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

Shades of Cranberry #D35889

Tints of Cranberry #D35889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.18%

 BLUE value IS 137 (53.91% from 255) = 31.42%

R = 48.39%
G = 20.18%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D35889 (or 0xD35889) is known color: Cranberry. HEX triplet: D3, 58 and 89. RGB value is (211,88,137). Sum of RGB (Red+Green+Blue) = 211+88+137=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D35889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35889 is #2CA776. Grayscale: #828282. Windows color (decimal): -2926455 or 9001171. OLE color: 9001171.

HSL color Cylindrical-coordinate representation of color #D35889: hue angle of 336.1º 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 #D35889 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 88 137 -
CMYK 0 0.58 0.35 0.17
HSL 336.1º 0.58% 0.59% -
HSV(B) 336.1º 0.58% 0.83% -
XYZ 34.87 22.63 26.2 -
YUV 130.36 131.75 185.52 -
System Red Green Blue C M Y K H S L
Decimal 211 88 137 0 0.58 0.35 0.17 336.1 0.58 0.59
Hex D3 58 89 0 3A 23 11 150 3A 3B
Octal 323 130 211 0 72 43 21 520 72 73
Binary 11010011 1011000 10001001 0 111010 100011 10001 101010000 111010 111011

Color Harmonies of #D35889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35889

Black with #D35889

Text Example


Text Example

White with #D35889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35889; }

 p { color: rgb(211,88,137); }

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

background-color css

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

 a { background-color: rgb(211,88,137); }

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

border-color css

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

 span { border-color: rgb(211,88,137); }

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