Html Css Color HEX #D631AF Deep Cerise

📋 copy color: '#D631AF'

red 214 ◦ green 49 ◦ blue 175

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

Shades of Deep Cerise #D631AF

Tints of Deep Cerise #D631AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.95%

R = 48.86%
G = 11.19%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D631AF (or 0xD631AF) is known color: Deep Cerise. HEX triplet: D6, 31 and AF. RGB value is (214,49,175). Sum of RGB (Red+Green+Blue) = 214+49+175=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D631AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D631AF is #29CE50. Grayscale: #707070. Windows color (decimal): -2739793 or 11481558. OLE color: 11481558.

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

Color convert

RGB 214 49 175 -
CMYK 0 0.77 0.18 0.16
HSL 314.18º 0.67% 0.52% -
HSV(B) 314.18º 0.77% 0.84% -
XYZ 36.57 19.59 42.41 -
YUV 112.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 214 49 175 0 0.77 0.18 0.16 314.18 0.67 0.52
Hex D6 31 AF 0 4D 12 10 13A 43 34
Octal 326 61 257 0 115 22 20 472 103 64
Binary 11010110 110001 10101111 0 1001101 10010 10000 100111010 1000011 110100

Color Harmonies of #D631AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631AF

Black with #D631AF

Text Example


Text Example

White with #D631AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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