Html Css Color HEX #D0477D Cranberry

📋 copy color: '#D0477D'

red 208 ◦ green 71 ◦ blue 125

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

Shades of Cranberry #D0477D

Tints of Cranberry #D0477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 51.49%
G = 17.57%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0477D (or 0xD0477D) is known color: Cranberry. HEX triplet: D0, 47 and 7D. RGB value is (208,71,125). Sum of RGB (Red+Green+Blue) = 208+71+125=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0477D is #2FB882. Grayscale: #767676. Windows color (decimal): -3127427 or 8210384. OLE color: 8210384.

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

Color convert

RGB 208 71 125 -
CMYK 0 0.66 0.40 0.18
HSL 336.35º 0.59% 0.55% -
HSV(B) 336.35º 0.66% 0.82% -
XYZ 31.97 19.4 21.46 -
YUV 118.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 208 71 125 0 0.66 0.40 0.18 336.35 0.59 0.55
Hex D0 47 7D 0 42 28 12 150 3B 37
Octal 320 107 175 0 102 50 22 520 73 67
Binary 11010000 1000111 1111101 0 1000010 101000 10010 101010000 111011 110111

Color Harmonies of #D0477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0477D

Black with #D0477D

Text Example


Text Example

White with #D0477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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