Html Css Color HEX #D631AC Deep Cerise

📋 copy color: '#D631AC'

red 214 ◦ green 49 ◦ blue 172

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

Shades of Deep Cerise #D631AC

Tints of Deep Cerise #D631AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.54%

R = 49.2%
G = 11.26%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D631AC (or 0xD631AC) is known color: Deep Cerise. HEX triplet: D6, 31 and AC. RGB value is (214,49,172). Sum of RGB (Red+Green+Blue) = 214+49+172=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D631AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D631AC is #29CE53. Grayscale: #707070. Windows color (decimal): -2739796 or 11284950. OLE color: 11284950.

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

Color convert

RGB 214 49 172 -
CMYK 0 0.77 0.20 0.16
HSL 315.27º 0.67% 0.52% -
HSV(B) 315.27º 0.77% 0.84% -
XYZ 36.28 19.47 40.88 -
YUV 112.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 214 49 172 0 0.77 0.20 0.16 315.27 0.67 0.52
Hex D6 31 AC 0 4D 14 10 13B 43 34
Octal 326 61 254 0 115 24 20 473 103 64
Binary 11010110 110001 10101100 0 1001101 10100 10000 100111011 1000011 110100

Color Harmonies of #D631AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631AC

Black with #D631AC

Text Example


Text Example

White with #D631AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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