Html Css Color HEX #D632AF Deep Cerise

📋 copy color: '#D632AF'

red 214 ◦ green 50 ◦ blue 175

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

Shades of Deep Cerise #D632AF

Tints of Deep Cerise #D632AF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.39%

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

R = 48.75%
G = 11.39%
B = 39.86%

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

#D632AF (or 0xD632AF) is known color: Deep Cerise. HEX triplet: D6, 32 and AF. RGB value is (214,50,175). Sum of RGB (Red+Green+Blue) = 214+50+175=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D632AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D632AF is #29CD50. Grayscale: #707070. Windows color (decimal): -2739537 or 11481814. OLE color: 11481814.

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

Color convert

RGB 214 50 175 -
CMYK 0 0.77 0.18 0.16
HSL 314.27º 0.67% 0.52% -
HSV(B) 314.27º 0.77% 0.84% -
XYZ 36.61 19.67 42.43 -
YUV 113.29 162.83 199.84 -
System Red Green Blue C M Y K H S L
Decimal 214 50 175 0 0.77 0.18 0.16 314.27 0.67 0.52
Hex D6 32 AF 0 4D 12 10 13A 43 34
Octal 326 62 257 0 115 22 20 472 103 64
Binary 11010110 110010 10101111 0 1001101 10010 10000 100111010 1000011 110100

Color Harmonies of #D632AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D632AF

Black with #D632AF

Text Example


Text Example

White with #D632AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D632AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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