Html Css Color HEX #D0587C Cranberry

📋 copy color: '#D0587C'

red 208 ◦ green 88 ◦ blue 124

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

Shades of Cranberry #D0587C

Tints of Cranberry #D0587C

RGB

 RED value IS 208 (81.64% from 255) = 49.52%

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

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 49.52%
G = 20.95%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0587C (or 0xD0587C) is known color: Cranberry. HEX triplet: D0, 58 and 7C. RGB value is (208,88,124). Sum of RGB (Red+Green+Blue) = 208+88+124=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0587C is #2FA783. Grayscale: #7F7F7F. Windows color (decimal): -3123076 or 8149200. OLE color: 8149200.

HSL color Cylindrical-coordinate representation of color #D0587C: hue angle of 342º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0587C is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 88 124 -
CMYK 0 0.58 0.40 0.18
HSL 342º 0.56% 0.58% -
HSV(B) 342º 0.58% 0.82% -
XYZ 33.14 21.84 21.54 -
YUV 127.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 208 88 124 0 0.58 0.40 0.18 342 0.56 0.58
Hex D0 58 7C 0 3A 28 12 156 38 3A
Octal 320 130 174 0 72 50 22 526 70 72
Binary 11010000 1011000 1111100 0 111010 101000 10010 101010110 111000 111010

Color Harmonies of #D0587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0587C

Black with #D0587C

Text Example


Text Example

White with #D0587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0587C; }

 p { color: rgb(208,88,124); }

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

background-color css

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

 a { background-color: rgb(208,88,124); }

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

border-color css

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

 span { border-color: rgb(208,88,124); }

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