Html Css Color HEX #D0557B Cranberry

📋 copy color: '#D0557B'

red 208 ◦ green 85 ◦ blue 123

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

Shades of Cranberry #D0557B

Tints of Cranberry #D0557B

RGB

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

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

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

R = 50%
G = 20.43%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0557B (or 0xD0557B) is known color: Cranberry. HEX triplet: D0, 55 and 7B. RGB value is (208,85,123). Sum of RGB (Red+Green+Blue) = 208+85+123=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0557B is #2FAA84. Grayscale: #7E7E7E. Windows color (decimal): -3123845 or 8082896. OLE color: 8082896.

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

Color convert

RGB 208 85 123 -
CMYK 0 0.59 0.41 0.18
HSL 341.46º 0.57% 0.57% -
HSV(B) 341.46º 0.59% 0.82% -
XYZ 32.84 21.34 21.13 -
YUV 126.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 208 85 123 0 0.59 0.41 0.18 341.46 0.57 0.57
Hex D0 55 7B 0 3B 29 12 155 39 39
Octal 320 125 173 0 73 51 22 525 71 71
Binary 11010000 1010101 1111011 0 111011 101001 10010 101010101 111001 111001

Color Harmonies of #D0557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0557B

Black with #D0557B

Text Example


Text Example

White with #D0557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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