Html Css Color HEX #D35285 Cranberry

📋 copy color: '#D35285'

red 211 ◦ green 82 ◦ blue 133

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

Shades of Cranberry #D35285

Tints of Cranberry #D35285

RGB

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

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

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

R = 49.53%
G = 19.25%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D35285 (or 0xD35285) is known color: Cranberry. HEX triplet: D3, 52 and 85. RGB value is (211,82,133). Sum of RGB (Red+Green+Blue) = 211+82+133=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D35285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35285 is #2CAD7A. Grayscale: #7E7E7E. Windows color (decimal): -2927995 or 8737491. OLE color: 8737491.

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

Color convert

RGB 211 82 133 -
CMYK 0 0.61 0.37 0.17
HSL 336.28º 0.59% 0.57% -
HSV(B) 336.28º 0.61% 0.83% -
XYZ 34.11 21.58 24.56 -
YUV 126.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 211 82 133 0 0.61 0.37 0.17 336.28 0.59 0.57
Hex D3 52 85 0 3D 25 11 150 3B 39
Octal 323 122 205 0 75 45 21 520 73 71
Binary 11010011 1010010 10000101 0 111101 100101 10001 101010000 111011 111001

Color Harmonies of #D35285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35285

Black with #D35285

Text Example


Text Example

White with #D35285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35285; }

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

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

background-color css

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

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

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

border-color css

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

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

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