Html Css Color HEX #D35486 Cranberry

📋 copy color: '#D35486'

red 211 ◦ green 84 ◦ blue 134

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

Shades of Cranberry #D35486

Tints of Cranberry #D35486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.58%

 BLUE value IS 134 (52.73% from 255) = 31.24%

R = 49.18%
G = 19.58%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D35486 (or 0xD35486) is known color: Cranberry. HEX triplet: D3, 54 and 86. RGB value is (211,84,134). Sum of RGB (Red+Green+Blue) = 211+84+134=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D35486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35486 is #2CAB79. Grayscale: #7F7F7F. Windows color (decimal): -2927482 or 8803539. OLE color: 8803539.

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

Color convert

RGB 211 84 134 -
CMYK 0 0.60 0.36 0.17
HSL 336.38º 0.59% 0.58% -
HSV(B) 336.38º 0.6% 0.83% -
XYZ 34.34 21.91 24.97 -
YUV 127.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 211 84 134 0 0.60 0.36 0.17 336.38 0.59 0.58
Hex D3 54 86 0 3C 24 11 150 3B 3A
Octal 323 124 206 0 74 44 21 520 73 72
Binary 11010011 1010100 10000110 0 111100 100100 10001 101010000 111011 111010

Color Harmonies of #D35486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35486

Black with #D35486

Text Example


Text Example

White with #D35486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35486; }

 p { color: rgb(211,84,134); }

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

background-color css

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

 a { background-color: rgb(211,84,134); }

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

border-color css

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

 span { border-color: rgb(211,84,134); }

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