Html Css Color HEX #D63692 Deep Cerise

📋 copy color: '#D63692'

red 214 ◦ green 54 ◦ blue 146

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

Shades of Deep Cerise #D63692

Tints of Deep Cerise #D63692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 51.69%
G = 13.04%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D63692 (or 0xD63692) is known color: Deep Cerise. HEX triplet: D6, 36 and 92. RGB value is (214,54,146). Sum of RGB (Red+Green+Blue) = 214+54+146=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D63692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63692 is #29C96D. Grayscale: #707070. Windows color (decimal): -2738542 or 9582294. OLE color: 9582294.

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

Color convert

RGB 214 54 146 -
CMYK 0 0.75 0.32 0.16
HSL 325.5º 0.66% 0.53% -
HSV(B) 325.5º 0.75% 0.84% -
XYZ 34.24 19.01 29.06 -
YUV 112.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 214 54 146 0 0.75 0.32 0.16 325.5 0.66 0.53
Hex D6 36 92 0 4B 20 10 146 42 35
Octal 326 66 222 0 113 40 20 506 102 65
Binary 11010110 110110 10010010 0 1001011 100000 10000 101000110 1000010 110101

Color Harmonies of #D63692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63692

Black with #D63692

Text Example


Text Example

White with #D63692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63692; }

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

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

background-color css

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

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

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

border-color css

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

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

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