Html Css Color HEX #D631AE Deep Cerise

📋 copy color: '#D631AE'

red 214 ◦ green 49 ◦ blue 174

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

Shades of Deep Cerise #D631AE

Tints of Deep Cerise #D631AE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.21%

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

R = 48.97%
G = 11.21%
B = 39.82%

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

#D631AE (or 0xD631AE) is known color: Deep Cerise. HEX triplet: D6, 31 and AE. RGB value is (214,49,174). Sum of RGB (Red+Green+Blue) = 214+49+174=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D631AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D631AE is #29CE51. Grayscale: #707070. Windows color (decimal): -2739794 or 11416022. OLE color: 11416022.

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

Color convert

RGB 214 49 174 -
CMYK 0 0.77 0.19 0.16
HSL 314.55º 0.67% 0.52% -
HSV(B) 314.55º 0.77% 0.84% -
XYZ 36.47 19.55 41.9 -
YUV 112.59 162.66 200.34 -
System Red Green Blue C M Y K H S L
Decimal 214 49 174 0 0.77 0.19 0.16 314.55 0.67 0.52
Hex D6 31 AE 0 4D 13 10 13B 43 34
Octal 326 61 256 0 115 23 20 473 103 64
Binary 11010110 110001 10101110 0 1001101 10011 10000 100111011 1000011 110100

Color Harmonies of #D631AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631AE

Black with #D631AE

Text Example


Text Example

White with #D631AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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