Html Css Color HEX #D0537C Cranberry

📋 copy color: '#D0537C'

red 208 ◦ green 83 ◦ blue 124

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

Shades of Cranberry #D0537C

Tints of Cranberry #D0537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20%

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

R = 50.12%
G = 20%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0537C (or 0xD0537C) is known color: Cranberry. HEX triplet: D0, 53 and 7C. RGB value is (208,83,124). Sum of RGB (Red+Green+Blue) = 208+83+124=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0537C is #2FAC83. Grayscale: #7D7D7D. Windows color (decimal): -3124356 or 8147920. OLE color: 8147920.

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

Color convert

RGB 208 83 124 -
CMYK 0 0.60 0.40 0.18
HSL 340.32º 0.57% 0.57% -
HSV(B) 340.32º 0.6% 0.82% -
XYZ 32.74 21.05 21.41 -
YUV 125.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 208 83 124 0 0.60 0.40 0.18 340.32 0.57 0.57
Hex D0 53 7C 0 3C 28 12 154 39 39
Octal 320 123 174 0 74 50 22 524 71 71
Binary 11010000 1010011 1111100 0 111100 101000 10010 101010100 111001 111001

Color Harmonies of #D0537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0537C

Black with #D0537C

Text Example


Text Example

White with #D0537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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