Html Css Color HEX #D229CA Deep Magenta

📋 copy color: '#D229CA'

red 210 ◦ green 41 ◦ blue 202

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

Shades of Deep Magenta #D229CA

Tints of Deep Magenta #D229CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.05%

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 46.36%
G = 9.05%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D229CA (or 0xD229CA) is known color: Deep Magenta. HEX triplet: D2, 29 and CA. RGB value is (210,41,202). Sum of RGB (Red+Green+Blue) = 210+41+202=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D229CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229CA is #2DD635. Grayscale: #6D6D6D. Windows color (decimal): -3003958 or 13248978. OLE color: 13248978.

HSL color Cylindrical-coordinate representation of color #D229CA: hue angle of 302.84º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D229CA is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 41 202 -
CMYK 0 0.80 0.04 0.18
HSL 302.84º 0.67% 0.49% -
HSV(B) 302.84º 0.8% 0.82% -
XYZ 38.03 19.55 57.65 -
YUV 109.89 179.99 199.41 -
System Red Green Blue C M Y K H S L
Decimal 210 41 202 0 0.80 0.04 0.18 302.84 0.67 0.49
Hex D2 29 CA 0 50 4 12 12F 43 31
Octal 322 51 312 0 120 4 22 457 103 61
Binary 11010010 101001 11001010 0 1010000 100 10010 100101111 1000011 110001

Color Harmonies of #D229CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D229CA

Black with #D229CA

Text Example


Text Example

White with #D229CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D229CA; }

 p { color: rgb(210,41,202); }

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

background-color css

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

 a { background-color: rgb(210,41,202); }

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

border-color css

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

 span { border-color: rgb(210,41,202); }

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