Html Css Color HEX #D35582 Cranberry

📋 copy color: '#D35582'

red 211 ◦ green 85 ◦ blue 130

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

Shades of Cranberry #D35582

Tints of Cranberry #D35582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.95%

 BLUE value IS 130 (51.17% from 255) = 30.52%

R = 49.53%
G = 19.95%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D35582 (or 0xD35582) is known color: Cranberry. HEX triplet: D3, 55 and 82. RGB value is (211,85,130). Sum of RGB (Red+Green+Blue) = 211+85+130=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D35582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35582 is #2CAA7D. Grayscale: #7F7F7F. Windows color (decimal): -2927230 or 8541651. OLE color: 8541651.

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

Color convert

RGB 211 85 130 -
CMYK 0 0.60 0.38 0.17
HSL 338.57º 0.59% 0.58% -
HSV(B) 338.57º 0.6% 0.83% -
XYZ 34.14 21.96 23.56 -
YUV 127.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 211 85 130 0 0.60 0.38 0.17 338.57 0.59 0.58
Hex D3 55 82 0 3C 26 11 153 3B 3A
Octal 323 125 202 0 74 46 21 523 73 72
Binary 11010011 1010101 10000010 0 111100 100110 10001 101010011 111011 111010

Color Harmonies of #D35582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35582

Black with #D35582

Text Example


Text Example

White with #D35582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35582; }

 p { color: rgb(211,85,130); }

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

background-color css

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

 a { background-color: rgb(211,85,130); }

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

border-color css

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

 span { border-color: rgb(211,85,130); }

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