Html Css Color HEX #D63690 Deep Cerise

📋 copy color: '#D63690'

red 214 ◦ green 54 ◦ blue 144

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

Shades of Deep Cerise #D63690

Tints of Deep Cerise #D63690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.11%

 BLUE value IS 144 (56.64% from 255) = 34.95%

R = 51.94%
G = 13.11%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D63690 (or 0xD63690) is known color: Deep Cerise. HEX triplet: D6, 36 and 90. RGB value is (214,54,144). Sum of RGB (Red+Green+Blue) = 214+54+144=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D63690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63690 is #29C96F. Grayscale: #6F6F6F. Windows color (decimal): -2738544 or 9451222. OLE color: 9451222.

HSL color Cylindrical-coordinate representation of color #D63690: hue angle of 326.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63690 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 54 144 -
CMYK 0 0.75 0.33 0.16
HSL 326.25º 0.66% 0.53% -
HSV(B) 326.25º 0.75% 0.84% -
XYZ 34.08 18.95 28.25 -
YUV 112.1 146.01 200.68 -
System Red Green Blue C M Y K H S L
Decimal 214 54 144 0 0.75 0.33 0.16 326.25 0.66 0.53
Hex D6 36 90 0 4B 21 10 146 42 35
Octal 326 66 220 0 113 41 20 506 102 65
Binary 11010110 110110 10010000 0 1001011 100001 10000 101000110 1000010 110101

Color Harmonies of #D63690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63690

Black with #D63690

Text Example


Text Example

White with #D63690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63690; }

 p { color: rgb(214,54,144); }

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

background-color css

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

 a { background-color: rgb(214,54,144); }

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

border-color css

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

 span { border-color: rgb(214,54,144); }

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