Html Css Color HEX #DA3183 Deep Cerise

📋 copy color: '#DA3183'

red 218 ◦ green 49 ◦ blue 131

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

Shades of Deep Cerise #DA3183

Tints of Deep Cerise #DA3183

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.31%

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

R = 54.77%
G = 12.31%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA3183 (or 0xDA3183) is known color: Deep Cerise. HEX triplet: DA, 31 and 83. RGB value is (218,49,131). Sum of RGB (Red+Green+Blue) = 218+49+131=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3183 is #25CE7C. Grayscale: #6C6C6C. Windows color (decimal): -2477693 or 8597978. OLE color: 8597978.

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

Color convert

RGB 218 49 131 -
CMYK 0 0.78 0.40 0.15
HSL 330.89º 0.7% 0.52% -
HSV(B) 330.89º 0.78% 0.85% -
XYZ 34.11 18.74 23.29 -
YUV 108.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 218 49 131 0 0.78 0.40 0.15 330.89 0.7 0.52
Hex DA 31 83 0 4E 28 F 14B 46 34
Octal 332 61 203 0 116 50 17 513 106 64
Binary 11011010 110001 10000011 0 1001110 101000 1111 101001011 1000110 110100

Color Harmonies of #DA3183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3183

Black with #DA3183

Text Example


Text Example

White with #DA3183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3183; }

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

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

background-color css

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

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

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

border-color css

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

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

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