Html Css Color HEX #D631AB Deep Cerise

📋 copy color: '#D631AB'

red 214 ◦ green 49 ◦ blue 171

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

Shades of Deep Cerise #D631AB

Tints of Deep Cerise #D631AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 49.31%
G = 11.29%
B = 39.4%

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

#D631AB (or 0xD631AB) is known color: Deep Cerise. HEX triplet: D6, 31 and AB. RGB value is (214,49,171). Sum of RGB (Red+Green+Blue) = 214+49+171=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D631AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D631AB is #29CE54. Grayscale: #6F6F6F. Windows color (decimal): -2739797 or 11219414. OLE color: 11219414.

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

Color convert

RGB 214 49 171 -
CMYK 0 0.77 0.20 0.16
HSL 315.64º 0.67% 0.52% -
HSV(B) 315.64º 0.77% 0.84% -
XYZ 36.18 19.43 40.37 -
YUV 112.24 161.16 200.58 -
System Red Green Blue C M Y K H S L
Decimal 214 49 171 0 0.77 0.20 0.16 315.64 0.67 0.52
Hex D6 31 AB 0 4D 14 10 13C 43 34
Octal 326 61 253 0 115 24 20 474 103 64
Binary 11010110 110001 10101011 0 1001101 10100 10000 100111100 1000011 110100

Color Harmonies of #D631AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631AB

Black with #D631AB

Text Example


Text Example

White with #D631AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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