Html Css Color HEX #D35185 Cranberry

📋 copy color: '#D35185'

red 211 ◦ green 81 ◦ blue 133

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

Shades of Cranberry #D35185

Tints of Cranberry #D35185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.06%

 BLUE value IS 133 (52.34% from 255) = 31.29%

R = 49.65%
G = 19.06%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D35185 (or 0xD35185) is known color: Cranberry. HEX triplet: D3, 51 and 85. RGB value is (211,81,133). Sum of RGB (Red+Green+Blue) = 211+81+133=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D35185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35185 is #2CAE7A. Grayscale: #7D7D7D. Windows color (decimal): -2928251 or 8737235. OLE color: 8737235.

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

Color convert

RGB 211 81 133 -
CMYK 0 0.62 0.37 0.17
HSL 336º 0.6% 0.57% -
HSV(B) 336º 0.62% 0.83% -
XYZ 34.04 21.43 24.53 -
YUV 125.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 211 81 133 0 0.62 0.37 0.17 336 0.6 0.57
Hex D3 51 85 0 3E 25 11 150 3C 39
Octal 323 121 205 0 76 45 21 520 74 71
Binary 11010011 1010001 10000101 0 111110 100101 10001 101010000 111100 111001

Color Harmonies of #D35185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35185

Black with #D35185

Text Example


Text Example

White with #D35185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35185; }

 p { color: rgb(211,81,133); }

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

background-color css

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

 a { background-color: rgb(211,81,133); }

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

border-color css

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

 span { border-color: rgb(211,81,133); }

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