Html Css Color HEX #D63D7A Deep Cerise

📋 copy color: '#D63D7A'

red 214 ◦ green 61 ◦ blue 122

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

Shades of Deep Cerise #D63D7A

Tints of Deep Cerise #D63D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 53.9%
G = 15.37%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D63D7A (or 0xD63D7A) is known color: Deep Cerise. HEX triplet: D6, 3D and 7A. RGB value is (214,61,122). Sum of RGB (Red+Green+Blue) = 214+61+122=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D7A is #29C285. Grayscale: #717171. Windows color (decimal): -2736774 or 8011222. OLE color: 8011222.

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

Color convert

RGB 214 61 122 -
CMYK 0 0.71 0.43 0.16
HSL 336.08º 0.65% 0.54% -
HSV(B) 336.08º 0.71% 0.84% -
XYZ 32.91 19.04 20.35 -
YUV 113.7 132.69 199.54 -
System Red Green Blue C M Y K H S L
Decimal 214 61 122 0 0.71 0.43 0.16 336.08 0.65 0.54
Hex D6 3D 7A 0 47 2B 10 150 41 36
Octal 326 75 172 0 107 53 20 520 101 66
Binary 11010110 111101 1111010 0 1000111 101011 10000 101010000 1000001 110110

Color Harmonies of #D63D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D7A

Black with #D63D7A

Text Example


Text Example

White with #D63D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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