Html Css Color HEX #D732A0 Deep Cerise

📋 copy color: '#D732A0'

red 215 ◦ green 50 ◦ blue 160

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

Shades of Deep Cerise #D732A0

Tints of Deep Cerise #D732A0

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.76%

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 50.59%
G = 11.76%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D732A0 (or 0xD732A0) is known color: Deep Cerise. HEX triplet: D7, 32 and A0. RGB value is (215,50,160). Sum of RGB (Red+Green+Blue) = 215+50+160=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D732A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D732A0 is #28CD5F. Grayscale: #6F6F6F. Windows color (decimal): -2674016 or 10498775. OLE color: 10498775.

HSL color Cylindrical-coordinate representation of color #D732A0: hue angle of 320º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D732A0 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 160 -
CMYK 0 0.77 0.26 0.16
HSL 320º 0.67% 0.52% -
HSV(B) 320º 0.77% 0.84% -
XYZ 35.51 19.27 35.1 -
YUV 111.88 155.16 201.56 -
System Red Green Blue C M Y K H S L
Decimal 215 50 160 0 0.77 0.26 0.16 320 0.67 0.52
Hex D7 32 A0 0 4D 1A 10 140 43 34
Octal 327 62 240 0 115 32 20 500 103 64
Binary 11010111 110010 10100000 0 1001101 11010 10000 101000000 1000011 110100

Color Harmonies of #D732A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D732A0

Black with #D732A0

Text Example


Text Example

White with #D732A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D732A0; }

 p { color: rgb(215,50,160); }

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

background-color css

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

 a { background-color: rgb(215,50,160); }

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

border-color css

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

 span { border-color: rgb(215,50,160); }

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