Html Css Color HEX #D63383 Deep Cerise

📋 copy color: '#D63383'

red 214 ◦ green 51 ◦ blue 131

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

Shades of Deep Cerise #D63383

Tints of Deep Cerise #D63383

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.88%

 BLUE value IS 131 (51.56% from 255) = 33.08%

R = 54.04%
G = 12.88%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D63383 (or 0xD63383) is known color: Deep Cerise. HEX triplet: D6, 33 and 83. RGB value is (214,51,131). Sum of RGB (Red+Green+Blue) = 214+51+131=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D63383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63383 is #29CC7C. Grayscale: #6C6C6C. Windows color (decimal): -2739325 or 8598486. OLE color: 8598486.

HSL color Cylindrical-coordinate representation of color #D63383: hue angle of 330.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63383 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 131 -
CMYK 0 0.76 0.39 0.16
HSL 330.55º 0.67% 0.52% -
HSV(B) 330.55º 0.76% 0.84% -
XYZ 33.01 18.3 23.27 -
YUV 108.86 140.5 203 -
System Red Green Blue C M Y K H S L
Decimal 214 51 131 0 0.76 0.39 0.16 330.55 0.67 0.52
Hex D6 33 83 0 4C 27 10 14B 43 34
Octal 326 63 203 0 114 47 20 513 103 64
Binary 11010110 110011 10000011 0 1001100 100111 10000 101001011 1000011 110100

Color Harmonies of #D63383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63383

Black with #D63383

Text Example


Text Example

White with #D63383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63383; }

 p { color: rgb(214,51,131); }

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

background-color css

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

 a { background-color: rgb(214,51,131); }

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

border-color css

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

 span { border-color: rgb(214,51,131); }

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