Html Css Color HEX #D0577C Cranberry

📋 copy color: '#D0577C'

red 208 ◦ green 87 ◦ blue 124

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

Shades of Cranberry #D0577C

Tints of Cranberry #D0577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.76%

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

R = 49.64%
G = 20.76%
B = 29.59%

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

#D0577C (or 0xD0577C) is known color: Cranberry. HEX triplet: D0, 57 and 7C. RGB value is (208,87,124). Sum of RGB (Red+Green+Blue) = 208+87+124=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0577C is #2FA883. Grayscale: #7F7F7F. Windows color (decimal): -3123332 or 8148944. OLE color: 8148944.

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

Color convert

RGB 208 87 124 -
CMYK 0 0.58 0.40 0.18
HSL 341.65º 0.56% 0.58% -
HSV(B) 341.65º 0.58% 0.82% -
XYZ 33.06 21.68 21.51 -
YUV 127.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 208 87 124 0 0.58 0.40 0.18 341.65 0.56 0.58
Hex D0 57 7C 0 3A 28 12 156 38 3A
Octal 320 127 174 0 72 50 22 526 70 72
Binary 11010000 1010111 1111100 0 111010 101000 10010 101010110 111000 111010

Color Harmonies of #D0577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0577C

Black with #D0577C

Text Example


Text Example

White with #D0577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0577C; }

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

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

background-color css

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

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

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

border-color css

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

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

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