Html Css Color HEX #D2414B Mandy

📋 copy color: '#D2414B'

red 210 ◦ green 65 ◦ blue 75

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

Shades of Mandy #D2414B

Tints of Mandy #D2414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.57%

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 60%
G = 18.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2414B (or 0xD2414B) is known color: Mandy. HEX triplet: D2, 41 and 4B. RGB value is (210,65,75). Sum of RGB (Red+Green+Blue) = 210+65+75=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D2414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2414B is #2DBEB4. Grayscale: #6D6D6D. Windows color (decimal): -2997941 or 4932050. OLE color: 4932050.

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

Color convert

RGB 210 65 75 -
CMYK 0 0.69 0.64 0.18
HSL 355.86º 0.62% 0.54% -
HSV(B) 355.86º 0.69% 0.82% -
XYZ 29.74 17.99 8.56 -
YUV 109.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 210 65 75 0 0.69 0.64 0.18 355.86 0.62 0.54
Hex D2 41 4B 0 45 40 12 164 3E 36
Octal 322 101 113 0 105 100 22 544 76 66
Binary 11010010 1000001 1001011 0 1000101 1000000 10010 101100100 111110 110110

Color Harmonies of #D2414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2414B

Black with #D2414B

Text Example


Text Example

White with #D2414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2414B; }

 p { color: rgb(210,65,75); }

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

background-color css

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

 a { background-color: rgb(210,65,75); }

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

border-color css

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

 span { border-color: rgb(210,65,75); }

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