Html Css Color HEX #D632AE Deep Cerise

📋 copy color: '#D632AE'

red 214 ◦ green 50 ◦ blue 174

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

Shades of Deep Cerise #D632AE

Tints of Deep Cerise #D632AE

RGB

 RED value IS 214 (83.98% from 255) = 48.86%

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

 BLUE value IS 174 (68.36% from 255) = 39.73%

R = 48.86%
G = 11.42%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D632AE (or 0xD632AE) is known color: Deep Cerise. HEX triplet: D6, 32 and AE. RGB value is (214,50,174). Sum of RGB (Red+Green+Blue) = 214+50+174=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D632AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D632AE is #29CD51. Grayscale: #707070. Windows color (decimal): -2739538 or 11416278. OLE color: 11416278.

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

Color convert

RGB 214 50 174 -
CMYK 0 0.77 0.19 0.16
HSL 314.63º 0.67% 0.52% -
HSV(B) 314.63º 0.77% 0.84% -
XYZ 36.51 19.63 41.91 -
YUV 113.17 162.33 199.92 -
System Red Green Blue C M Y K H S L
Decimal 214 50 174 0 0.77 0.19 0.16 314.63 0.67 0.52
Hex D6 32 AE 0 4D 13 10 13B 43 34
Octal 326 62 256 0 115 23 20 473 103 64
Binary 11010110 110010 10101110 0 1001101 10011 10000 100111011 1000011 110100

Color Harmonies of #D632AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D632AE

Black with #D632AE

Text Example


Text Example

White with #D632AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D632AE; }

 p { color: rgb(214,50,174); }

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

background-color css

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

 a { background-color: rgb(214,50,174); }

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

border-color css

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

 span { border-color: rgb(214,50,174); }

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