Html Css Color HEX #D729AA Deep Cerise

📋 copy color: '#D729AA'

red 215 ◦ green 41 ◦ blue 170

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

Shades of Deep Cerise #D729AA

Tints of Deep Cerise #D729AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.91%

R = 50.47%
G = 9.62%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D729AA (or 0xD729AA) is known color: Deep Cerise. HEX triplet: D7, 29 and AA. RGB value is (215,41,170). Sum of RGB (Red+Green+Blue) = 215+41+170=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D729AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D729AA is #28D655. Grayscale: #6B6B6B. Windows color (decimal): -2676310 or 11151831. OLE color: 11151831.

HSL color Cylindrical-coordinate representation of color #D729AA: hue angle of 315.52º 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 #D729AA is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 41 170 -
CMYK 0 0.81 0.21 0.16
HSL 315.52º 0.69% 0.5% -
HSV(B) 315.52º 0.81% 0.84% -
XYZ 36.07 18.94 39.78 -
YUV 107.73 163.15 204.51 -
System Red Green Blue C M Y K H S L
Decimal 215 41 170 0 0.81 0.21 0.16 315.52 0.69 0.5
Hex D7 29 AA 0 51 15 10 13C 45 32
Octal 327 51 252 0 121 25 20 474 105 62
Binary 11010111 101001 10101010 0 1010001 10101 10000 100111100 1000101 110010

Color Harmonies of #D729AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D729AA

Black with #D729AA

Text Example


Text Example

White with #D729AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D729AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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