Html Css Color HEX #D35282 Cranberry

📋 copy color: '#D35282'

red 211 ◦ green 82 ◦ blue 130

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

Shades of Cranberry #D35282

Tints of Cranberry #D35282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.39%

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

R = 49.88%
G = 19.39%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D35282 (or 0xD35282) is known color: Cranberry. HEX triplet: D3, 52 and 82. RGB value is (211,82,130). Sum of RGB (Red+Green+Blue) = 211+82+130=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D35282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35282 is #2CAD7D. Grayscale: #7D7D7D. Windows color (decimal): -2927998 or 8540883. OLE color: 8540883.

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

Color convert

RGB 211 82 130 -
CMYK 0 0.61 0.38 0.17
HSL 337.67º 0.59% 0.57% -
HSV(B) 337.67º 0.61% 0.83% -
XYZ 33.91 21.5 23.48 -
YUV 126.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 211 82 130 0 0.61 0.38 0.17 337.67 0.59 0.57
Hex D3 52 82 0 3D 26 11 152 3B 39
Octal 323 122 202 0 75 46 21 522 73 71
Binary 11010011 1010010 10000010 0 111101 100110 10001 101010010 111011 111001

Color Harmonies of #D35282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35282

Black with #D35282

Text Example


Text Example

White with #D35282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35282; }

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

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

background-color css

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

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

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

border-color css

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

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

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