Html Css Color HEX #D0477A Cranberry

📋 copy color: '#D0477A'

red 208 ◦ green 71 ◦ blue 122

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

Shades of Cranberry #D0477A

Tints of Cranberry #D0477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.71%

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 51.87%
G = 17.71%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0477A (or 0xD0477A) is known color: Cranberry. HEX triplet: D0, 47 and 7A. RGB value is (208,71,122). Sum of RGB (Red+Green+Blue) = 208+71+122=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0477A is #2FB885. Grayscale: #757575. Windows color (decimal): -3127430 or 8013776. OLE color: 8013776.

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

Color convert

RGB 208 71 122 -
CMYK 0 0.66 0.41 0.18
HSL 337.66º 0.59% 0.55% -
HSV(B) 337.66º 0.66% 0.82% -
XYZ 31.78 19.32 20.47 -
YUV 117.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 208 71 122 0 0.66 0.41 0.18 337.66 0.59 0.55
Hex D0 47 7A 0 42 29 12 152 3B 37
Octal 320 107 172 0 102 51 22 522 73 67
Binary 11010000 1000111 1111010 0 1000010 101001 10010 101010010 111011 110111

Color Harmonies of #D0477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0477A

Black with #D0477A

Text Example


Text Example

White with #D0477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0477A; }

 p { color: rgb(208,71,122); }

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

background-color css

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

 a { background-color: rgb(208,71,122); }

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

border-color css

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

 span { border-color: rgb(208,71,122); }

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