Html Css Color HEX #D631A6 Deep Cerise

📋 copy color: '#D631A6'

red 214 ◦ green 49 ◦ blue 166

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

Shades of Deep Cerise #D631A6

Tints of Deep Cerise #D631A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.69%

R = 49.88%
G = 11.42%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D631A6 (or 0xD631A6) is known color: Deep Cerise. HEX triplet: D6, 31 and A6. RGB value is (214,49,166). Sum of RGB (Red+Green+Blue) = 214+49+166=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D631A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D631A6 is #29CE59. Grayscale: #6F6F6F. Windows color (decimal): -2739802 or 10891734. OLE color: 10891734.

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

Color convert

RGB 214 49 166 -
CMYK 0 0.77 0.22 0.16
HSL 317.45º 0.67% 0.52% -
HSV(B) 317.45º 0.77% 0.84% -
XYZ 35.71 19.25 37.91 -
YUV 111.67 158.66 200.99 -
System Red Green Blue C M Y K H S L
Decimal 214 49 166 0 0.77 0.22 0.16 317.45 0.67 0.52
Hex D6 31 A6 0 4D 16 10 13D 43 34
Octal 326 61 246 0 115 26 20 475 103 64
Binary 11010110 110001 10100110 0 1001101 10110 10000 100111101 1000011 110100

Color Harmonies of #D631A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631A6

Black with #D631A6

Text Example


Text Example

White with #D631A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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