Html Css Color HEX #D0497B Cranberry

📋 copy color: '#D0497B'

red 208 ◦ green 73 ◦ blue 123

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

Shades of Cranberry #D0497B

Tints of Cranberry #D0497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.07%

 BLUE value IS 123 (48.44% from 255) = 30.45%

R = 51.49%
G = 18.07%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0497B (or 0xD0497B) is known color: Cranberry. HEX triplet: D0, 49 and 7B. RGB value is (208,73,123). Sum of RGB (Red+Green+Blue) = 208+73+123=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0497B is #2FB684. Grayscale: #777777. Windows color (decimal): -3126917 or 8079824. OLE color: 8079824.

HSL color Cylindrical-coordinate representation of color #D0497B: hue angle of 337.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0497B is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 123 -
CMYK 0 0.65 0.41 0.18
HSL 337.78º 0.59% 0.55% -
HSV(B) 337.78º 0.65% 0.82% -
XYZ 31.97 19.61 20.84 -
YUV 119.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 208 73 123 0 0.65 0.41 0.18 337.78 0.59 0.55
Hex D0 49 7B 0 41 29 12 152 3B 37
Octal 320 111 173 0 101 51 22 522 73 67
Binary 11010000 1001001 1111011 0 1000001 101001 10010 101010010 111011 110111

Color Harmonies of #D0497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0497B

Black with #D0497B

Text Example


Text Example

White with #D0497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0497B; }

 p { color: rgb(208,73,123); }

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

background-color css

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

 a { background-color: rgb(208,73,123); }

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

border-color css

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

 span { border-color: rgb(208,73,123); }

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