Html Css Color HEX #D2557E Cranberry

📋 copy color: '#D2557E'

red 210 ◦ green 85 ◦ blue 126

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

Shades of Cranberry #D2557E

Tints of Cranberry #D2557E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.93%

R = 49.88%
G = 20.19%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2557E (or 0xD2557E) is known color: Cranberry. HEX triplet: D2, 55 and 7E. RGB value is (210,85,126). Sum of RGB (Red+Green+Blue) = 210+85+126=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2557E is #2DAA81. Grayscale: #7F7F7F. Windows color (decimal): -2992770 or 8279506. OLE color: 8279506.

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

Color convert

RGB 210 85 126 -
CMYK 0 0.60 0.4 0.18
HSL 340.32º 0.58% 0.58% -
HSV(B) 340.32º 0.6% 0.82% -
XYZ 33.59 21.71 22.16 -
YUV 127.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 210 85 126 0 0.60 0.4 0.18 340.32 0.58 0.58
Hex D2 55 7E 0 3C 28 12 154 3A 3A
Octal 322 125 176 0 74 50 22 524 72 72
Binary 11010010 1010101 1111110 0 111100 101000 10010 101010100 111010 111010

Color Harmonies of #D2557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2557E

Black with #D2557E

Text Example


Text Example

White with #D2557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2557E; }

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

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

background-color css

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

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

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

border-color css

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

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

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