Html Css Color HEX #D2454C Mandy

📋 copy color: '#D2454C'

red 210 ◦ green 69 ◦ blue 76

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

Shades of Mandy #D2454C

Tints of Mandy #D2454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.44%

 BLUE value IS 76 (30.08% from 255) = 21.41%

R = 59.15%
G = 19.44%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2454C (or 0xD2454C) is known color: Mandy. HEX triplet: D2, 45 and 4C. RGB value is (210,69,76). Sum of RGB (Red+Green+Blue) = 210+69+76=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2454C is #2DBAB3. Grayscale: #707070. Windows color (decimal): -2996916 or 4998610. OLE color: 4998610.

HSL color Cylindrical-coordinate representation of color #D2454C: hue angle of 357.02º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2454C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 69 76 -
CMYK 0 0.67 0.64 0.18
HSL 357.02º 0.61% 0.55% -
HSV(B) 357.02º 0.67% 0.82% -
XYZ 30.01 18.48 8.82 -
YUV 111.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 210 69 76 0 0.67 0.64 0.18 357.02 0.61 0.55
Hex D2 45 4C 0 43 40 12 165 3D 37
Octal 322 105 114 0 103 100 22 545 75 67
Binary 11010010 1000101 1001100 0 1000011 1000000 10010 101100101 111101 110111

Color Harmonies of #D2454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2454C

Black with #D2454C

Text Example


Text Example

White with #D2454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2454C; }

 p { color: rgb(210,69,76); }

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

background-color css

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

 a { background-color: rgb(210,69,76); }

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

border-color css

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

 span { border-color: rgb(210,69,76); }

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