Html Css Color HEX #D2577D Cranberry

📋 copy color: '#D2577D'

red 210 ◦ green 87 ◦ blue 125

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

Shades of Cranberry #D2577D

Tints of Cranberry #D2577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.62%

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

R = 49.76%
G = 20.62%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2577D (or 0xD2577D) is known color: Cranberry. HEX triplet: D2, 57 and 7D. RGB value is (210,87,125). Sum of RGB (Red+Green+Blue) = 210+87+125=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2577D is #2DA882. Grayscale: #808080. Windows color (decimal): -2992259 or 8214482. OLE color: 8214482.

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

Color convert

RGB 210 87 125 -
CMYK 0 0.59 0.40 0.18
HSL 341.46º 0.58% 0.58% -
HSV(B) 341.46º 0.59% 0.82% -
XYZ 33.69 22 21.87 -
YUV 128.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 210 87 125 0 0.59 0.40 0.18 341.46 0.58 0.58
Hex D2 57 7D 0 3B 28 12 155 3A 3A
Octal 322 127 175 0 73 50 22 525 72 72
Binary 11010010 1010111 1111101 0 111011 101000 10010 101010101 111010 111010

Color Harmonies of #D2577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2577D

Black with #D2577D

Text Example


Text Example

White with #D2577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2577D; }

 p { color: rgb(210,87,125); }

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

background-color css

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

 a { background-color: rgb(210,87,125); }

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

border-color css

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

 span { border-color: rgb(210,87,125); }

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