Html Css Color HEX #D630AE Deep Cerise

📋 copy color: '#D630AE'

red 214 ◦ green 48 ◦ blue 174

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

Shades of Deep Cerise #D630AE

Tints of Deep Cerise #D630AE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.01%

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

R = 49.08%
G = 11.01%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D630AE (or 0xD630AE) is known color: Deep Cerise. HEX triplet: D6, 30 and AE. RGB value is (214,48,174). Sum of RGB (Red+Green+Blue) = 214+48+174=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D630AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D630AE is #29CF51. Grayscale: #6F6F6F. Windows color (decimal): -2740050 or 11415766. OLE color: 11415766.

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

Color convert

RGB 214 48 174 -
CMYK 0 0.78 0.19 0.16
HSL 314.46º 0.67% 0.51% -
HSV(B) 314.46º 0.78% 0.84% -
XYZ 36.43 19.47 41.88 -
YUV 112 163 200.75 -
System Red Green Blue C M Y K H S L
Decimal 214 48 174 0 0.78 0.19 0.16 314.46 0.67 0.51
Hex D6 30 AE 0 4E 13 10 13A 43 33
Octal 326 60 256 0 116 23 20 472 103 63
Binary 11010110 110000 10101110 0 1001110 10011 10000 100111010 1000011 110011

Color Harmonies of #D630AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D630AE

Black with #D630AE

Text Example


Text Example

White with #D630AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D630AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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