Html Css Color HEX #DA1E83 Deep Cerise

📋 copy color: '#DA1E83'

red 218 ◦ green 30 ◦ blue 131

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

Shades of Deep Cerise #DA1E83

Tints of Deep Cerise #DA1E83

RGB

 RED value IS 218 (85.55% from 255) = 57.52%

 GREEN value IS 30 (12.11% from 255) = 7.92%

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

R = 57.52%
G = 7.92%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA1E83 (or 0xDA1E83) is known color: Deep Cerise. HEX triplet: DA, 1E and 83. RGB value is (218,30,131). Sum of RGB (Red+Green+Blue) = 218+30+131=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1E83 is #25E17C. Grayscale: #616161. Windows color (decimal): -2482557 or 8593114. OLE color: 8593114.

HSL color Cylindrical-coordinate representation of color #DA1E83: hue angle of 327.77º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1E83 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 30 131 -
CMYK 0 0.86 0.40 0.15
HSL 327.77º 0.76% 0.49% -
HSV(B) 327.77º 0.86% 0.85% -
XYZ 33.47 17.47 23.08 -
YUV 97.73 146.78 213.79 -
System Red Green Blue C M Y K H S L
Decimal 218 30 131 0 0.86 0.40 0.15 327.77 0.76 0.49
Hex DA 1E 83 0 56 28 F 148 4C 31
Octal 332 36 203 0 126 50 17 510 114 61
Binary 11011010 11110 10000011 0 1010110 101000 1111 101001000 1001100 110001

Color Harmonies of #DA1E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1E83

Black with #DA1E83

Text Example


Text Example

White with #DA1E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1E83; }

 p { color: rgb(218,30,131); }

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

background-color css

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

 a { background-color: rgb(218,30,131); }

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

border-color css

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

 span { border-color: rgb(218,30,131); }

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