Html Css Color HEX #D63695 Deep Cerise

📋 copy color: '#D63695'

red 214 ◦ green 54 ◦ blue 149

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

Shades of Deep Cerise #D63695

Tints of Deep Cerise #D63695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 51.32%
G = 12.95%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D63695 (or 0xD63695) is known color: Deep Cerise. HEX triplet: D6, 36 and 95. RGB value is (214,54,149). Sum of RGB (Red+Green+Blue) = 214+54+149=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D63695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63695 is #29C96A. Grayscale: #707070. Windows color (decimal): -2738539 or 9778902. OLE color: 9778902.

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

Color convert

RGB 214 54 149 -
CMYK 0 0.75 0.30 0.16
HSL 324.38º 0.66% 0.53% -
HSV(B) 324.38º 0.75% 0.84% -
XYZ 34.48 19.1 30.3 -
YUV 112.67 148.51 200.28 -
System Red Green Blue C M Y K H S L
Decimal 214 54 149 0 0.75 0.30 0.16 324.38 0.66 0.53
Hex D6 36 95 0 4B 1E 10 144 42 35
Octal 326 66 225 0 113 36 20 504 102 65
Binary 11010110 110110 10010101 0 1001011 11110 10000 101000100 1000010 110101

Color Harmonies of #D63695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63695

Black with #D63695

Text Example


Text Example

White with #D63695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63695; }

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

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

background-color css

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

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

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

border-color css

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

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

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