Html Css Color HEX #D63D90 Deep Cerise

📋 copy color: '#D63D90'

red 214 ◦ green 61 ◦ blue 144

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

Shades of Deep Cerise #D63D90

Tints of Deep Cerise #D63D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.56%

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

R = 51.07%
G = 14.56%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D63D90 (or 0xD63D90) is known color: Deep Cerise. HEX triplet: D6, 3D and 90. RGB value is (214,61,144). Sum of RGB (Red+Green+Blue) = 214+61+144=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63D90 is #29C26F. Grayscale: #747474. Windows color (decimal): -2736752 or 9453014. OLE color: 9453014.

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

Color convert

RGB 214 61 144 -
CMYK 0 0.71 0.33 0.16
HSL 327.45º 0.65% 0.54% -
HSV(B) 327.45º 0.71% 0.84% -
XYZ 34.43 19.65 28.36 -
YUV 116.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 214 61 144 0 0.71 0.33 0.16 327.45 0.65 0.54
Hex D6 3D 90 0 47 21 10 147 41 36
Octal 326 75 220 0 107 41 20 507 101 66
Binary 11010110 111101 10010000 0 1000111 100001 10000 101000111 1000001 110110

Color Harmonies of #D63D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D90

Black with #D63D90

Text Example


Text Example

White with #D63D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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