Html Css Color HEX #D35880 Cranberry

📋 copy color: '#D35880'

red 211 ◦ green 88 ◦ blue 128

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

Shades of Cranberry #D35880

Tints of Cranberry #D35880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.98%

R = 49.41%
G = 20.61%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D35880 (or 0xD35880) is known color: Cranberry. HEX triplet: D3, 58 and 80. RGB value is (211,88,128). Sum of RGB (Red+Green+Blue) = 211+88+128=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D35880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35880 is #2CA77F. Grayscale: #818181. Windows color (decimal): -2926464 or 8411347. OLE color: 8411347.

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

Color convert

RGB 211 88 128 -
CMYK 0 0.58 0.39 0.17
HSL 340.49º 0.58% 0.59% -
HSV(B) 340.49º 0.58% 0.83% -
XYZ 34.25 22.39 22.94 -
YUV 129.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 211 88 128 0 0.58 0.39 0.17 340.49 0.58 0.59
Hex D3 58 80 0 3A 27 11 154 3A 3B
Octal 323 130 200 0 72 47 21 524 72 73
Binary 11010011 1011000 10000000 0 111010 100111 10001 101010100 111010 111011

Color Harmonies of #D35880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35880

Black with #D35880

Text Example


Text Example

White with #D35880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35880; }

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

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

background-color css

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

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

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

border-color css

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

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

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