Html Css Color HEX #D631AD Deep Cerise

📋 copy color: '#D631AD'

red 214 ◦ green 49 ◦ blue 173

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

Shades of Deep Cerise #D631AD

Tints of Deep Cerise #D631AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 49.08%
G = 11.24%
B = 39.68%

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

#D631AD (or 0xD631AD) is known color: Deep Cerise. HEX triplet: D6, 31 and AD. RGB value is (214,49,173). Sum of RGB (Red+Green+Blue) = 214+49+173=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D631AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D631AD is #29CE52. Grayscale: #707070. Windows color (decimal): -2739795 or 11350486. OLE color: 11350486.

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

Color convert

RGB 214 49 173 -
CMYK 0 0.77 0.19 0.16
HSL 314.91º 0.67% 0.52% -
HSV(B) 314.91º 0.77% 0.84% -
XYZ 36.37 19.51 41.38 -
YUV 112.47 162.16 200.42 -
System Red Green Blue C M Y K H S L
Decimal 214 49 173 0 0.77 0.19 0.16 314.91 0.67 0.52
Hex D6 31 AD 0 4D 13 10 13B 43 34
Octal 326 61 255 0 115 23 20 473 103 64
Binary 11010110 110001 10101101 0 1001101 10011 10000 100111011 1000011 110100

Color Harmonies of #D631AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631AD

Black with #D631AD

Text Example


Text Example

White with #D631AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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