Html Css Color HEX #D3587D Cranberry

📋 copy color: '#D3587D'

red 211 ◦ green 88 ◦ blue 125

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

Shades of Cranberry #D3587D

Tints of Cranberry #D3587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 49.76%
G = 20.75%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3587D (or 0xD3587D) is known color: Cranberry. HEX triplet: D3, 58 and 7D. RGB value is (211,88,125). Sum of RGB (Red+Green+Blue) = 211+88+125=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3587D is #2CA782. Grayscale: #808080. Windows color (decimal): -2926467 or 8214739. OLE color: 8214739.

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

Color convert

RGB 211 88 125 -
CMYK 0 0.58 0.41 0.17
HSL 341.95º 0.58% 0.59% -
HSV(B) 341.95º 0.58% 0.83% -
XYZ 34.06 22.31 21.91 -
YUV 129 125.75 186.49 -
System Red Green Blue C M Y K H S L
Decimal 211 88 125 0 0.58 0.41 0.17 341.95 0.58 0.59
Hex D3 58 7D 0 3A 29 11 156 3A 3B
Octal 323 130 175 0 72 51 21 526 72 73
Binary 11010011 1011000 1111101 0 111010 101001 10001 101010110 111010 111011

Color Harmonies of #D3587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3587D

Black with #D3587D

Text Example


Text Example

White with #D3587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3587D; }

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

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

background-color css

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

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

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

border-color css

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

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

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