Html Css Color HEX #D2557C Cranberry

📋 copy color: '#D2557C'

red 210 ◦ green 85 ◦ blue 124

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

Shades of Cranberry #D2557C

Tints of Cranberry #D2557C

RGB

 RED value IS 210 (82.42% from 255) = 50.12%

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

 BLUE value IS 124 (48.83% from 255) = 29.59%

R = 50.12%
G = 20.29%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2557C (or 0xD2557C) is known color: Cranberry. HEX triplet: D2, 55 and 7C. RGB value is (210,85,124). Sum of RGB (Red+Green+Blue) = 210+85+124=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2557C is #2DAA83. Grayscale: #7E7E7E. Windows color (decimal): -2992772 or 8148434. OLE color: 8148434.

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

Color convert

RGB 210 85 124 -
CMYK 0 0.60 0.41 0.18
HSL 341.28º 0.58% 0.58% -
HSV(B) 341.28º 0.6% 0.82% -
XYZ 33.46 21.65 21.48 -
YUV 126.82 126.41 187.33 -
System Red Green Blue C M Y K H S L
Decimal 210 85 124 0 0.60 0.41 0.18 341.28 0.58 0.58
Hex D2 55 7C 0 3C 29 12 155 3A 3A
Octal 322 125 174 0 74 51 22 525 72 72
Binary 11010010 1010101 1111100 0 111100 101001 10010 101010101 111010 111010

Color Harmonies of #D2557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2557C

Black with #D2557C

Text Example


Text Example

White with #D2557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2557C; }

 p { color: rgb(210,85,124); }

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

background-color css

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

 a { background-color: rgb(210,85,124); }

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

border-color css

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

 span { border-color: rgb(210,85,124); }

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