Html Css Color HEX #D35885 Cranberry

📋 copy color: '#D35885'

red 211 ◦ green 88 ◦ blue 133

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

Shades of Cranberry #D35885

Tints of Cranberry #D35885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.37%

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

R = 48.84%
G = 20.37%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D35885 (or 0xD35885) is known color: Cranberry. HEX triplet: D3, 58 and 85. RGB value is (211,88,133). Sum of RGB (Red+Green+Blue) = 211+88+133=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D35885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35885 is #2CA77A. Grayscale: #818181. Windows color (decimal): -2926459 or 8739027. OLE color: 8739027.

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

Color convert

RGB 211 88 133 -
CMYK 0 0.58 0.37 0.17
HSL 338.05º 0.58% 0.59% -
HSV(B) 338.05º 0.58% 0.83% -
XYZ 34.59 22.52 24.71 -
YUV 129.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 211 88 133 0 0.58 0.37 0.17 338.05 0.58 0.59
Hex D3 58 85 0 3A 25 11 152 3A 3B
Octal 323 130 205 0 72 45 21 522 72 73
Binary 11010011 1011000 10000101 0 111010 100101 10001 101010010 111010 111011

Color Harmonies of #D35885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35885

Black with #D35885

Text Example


Text Example

White with #D35885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35885; }

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

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

background-color css

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

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

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

border-color css

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

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

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