Html Css Color HEX #D23D52 Mandy

📋 copy color: '#D23D52'

red 210 ◦ green 61 ◦ blue 82

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

Shades of Mandy #D23D52

Tints of Mandy #D23D52

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.28%

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 59.49%
G = 17.28%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D23D52 (or 0xD23D52) is known color: Mandy. HEX triplet: D2, 3D and 52. RGB value is (210,61,82). Sum of RGB (Red+Green+Blue) = 210+61+82=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23D52 is #2DC2AD. Grayscale: #6C6C6C. Windows color (decimal): -2998958 or 5389778. OLE color: 5389778.

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

Color convert

RGB 210 61 82 -
CMYK 0 0.71 0.61 0.18
HSL 351.54º 0.62% 0.53% -
HSV(B) 351.54º 0.71% 0.82% -
XYZ 29.77 17.65 9.82 -
YUV 107.95 113.36 200.79 -
System Red Green Blue C M Y K H S L
Decimal 210 61 82 0 0.71 0.61 0.18 351.54 0.62 0.53
Hex D2 3D 52 0 47 3D 12 160 3E 35
Octal 322 75 122 0 107 75 22 540 76 65
Binary 11010010 111101 1010010 0 1000111 111101 10010 101100000 111110 110101

Color Harmonies of #D23D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23D52

Black with #D23D52

Text Example


Text Example

White with #D23D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23D52; }

 p { color: rgb(210,61,82); }

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

background-color css

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

 a { background-color: rgb(210,61,82); }

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

border-color css

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

 span { border-color: rgb(210,61,82); }

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