Html Css Color HEX #D3587E Cranberry

📋 copy color: '#D3587E'

red 211 ◦ green 88 ◦ blue 126

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

Shades of Cranberry #D3587E

Tints of Cranberry #D3587E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.65%

R = 49.65%
G = 20.71%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3587E (or 0xD3587E) is known color: Cranberry. HEX triplet: D3, 58 and 7E. RGB value is (211,88,126). Sum of RGB (Red+Green+Blue) = 211+88+126=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D3587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3587E is #2CA781. Grayscale: #818181. Windows color (decimal): -2926466 or 8280275. OLE color: 8280275.

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

Color convert

RGB 211 88 126 -
CMYK 0 0.58 0.40 0.17
HSL 341.46º 0.58% 0.59% -
HSV(B) 341.46º 0.58% 0.83% -
XYZ 34.12 22.33 22.25 -
YUV 129.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 211 88 126 0 0.58 0.40 0.17 341.46 0.58 0.59
Hex D3 58 7E 0 3A 28 11 155 3A 3B
Octal 323 130 176 0 72 50 21 525 72 73
Binary 11010011 1011000 1111110 0 111010 101000 10001 101010101 111010 111011

Color Harmonies of #D3587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3587E

Black with #D3587E

Text Example


Text Example

White with #D3587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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