Html Css Color HEX #D729A2 Deep Cerise

📋 copy color: '#D729A2'

red 215 ◦ green 41 ◦ blue 162

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

Shades of Deep Cerise #D729A2

Tints of Deep Cerise #D729A2

RGB

 RED value IS 215 (84.38% from 255) = 51.44%

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

 BLUE value IS 162 (63.67% from 255) = 38.76%

R = 51.44%
G = 9.81%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D729A2 (or 0xD729A2) is known color: Deep Cerise. HEX triplet: D7, 29 and A2. RGB value is (215,41,162). Sum of RGB (Red+Green+Blue) = 215+41+162=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D729A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D729A2 is #28D65D. Grayscale: #6A6A6A. Windows color (decimal): -2676318 or 10627543. OLE color: 10627543.

HSL color Cylindrical-coordinate representation of color #D729A2: hue angle of 318.28º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D729A2 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 41 162 -
CMYK 0 0.81 0.25 0.16
HSL 318.28º 0.69% 0.5% -
HSV(B) 318.28º 0.81% 0.84% -
XYZ 35.34 18.64 35.92 -
YUV 106.82 159.15 205.16 -
System Red Green Blue C M Y K H S L
Decimal 215 41 162 0 0.81 0.25 0.16 318.28 0.69 0.5
Hex D7 29 A2 0 51 19 10 13E 45 32
Octal 327 51 242 0 121 31 20 476 105 62
Binary 11010111 101001 10100010 0 1010001 11001 10000 100111110 1000101 110010

Color Harmonies of #D729A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729A2

Black with #D729A2

Text Example


Text Example

White with #D729A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729A2; }

 p { color: rgb(215,41,162); }

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

background-color css

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

 a { background-color: rgb(215,41,162); }

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

border-color css

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

 span { border-color: rgb(215,41,162); }

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