Html Css Color HEX #D0557F Cranberry

📋 copy color: '#D0557F'

red 208 ◦ green 85 ◦ blue 127

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

Shades of Cranberry #D0557F

Tints of Cranberry #D0557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.24%

 BLUE value IS 127 (50% from 255) = 30.24%

R = 49.52%
G = 20.24%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0557F (or 0xD0557F) is known color: Cranberry. HEX triplet: D0, 55 and 7F. RGB value is (208,85,127). Sum of RGB (Red+Green+Blue) = 208+85+127=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0557F is #2FAA80. Grayscale: #7E7E7E. Windows color (decimal): -3123841 or 8345040. OLE color: 8345040.

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

Color convert

RGB 208 85 127 -
CMYK 0 0.59 0.39 0.18
HSL 339.51º 0.57% 0.57% -
HSV(B) 339.51º 0.59% 0.82% -
XYZ 33.09 21.44 22.47 -
YUV 126.57 128.25 186.08 -
System Red Green Blue C M Y K H S L
Decimal 208 85 127 0 0.59 0.39 0.18 339.51 0.57 0.57
Hex D0 55 7F 0 3B 27 12 154 39 39
Octal 320 125 177 0 73 47 22 524 71 71
Binary 11010000 1010101 1111111 0 111011 100111 10010 101010100 111001 111001

Color Harmonies of #D0557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0557F

Black with #D0557F

Text Example


Text Example

White with #D0557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0557F; }

 p { color: rgb(208,85,127); }

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

background-color css

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

 a { background-color: rgb(208,85,127); }

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

border-color css

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

 span { border-color: rgb(208,85,127); }

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