Html Css Color HEX #DA3163 Cerise

📋 copy color: '#DA3163'

red 218 ◦ green 49 ◦ blue 99

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

Shades of Cerise #DA3163

Tints of Cerise #DA3163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 59.56%
G = 13.39%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA3163 (or 0xDA3163) is known color: Cerise. HEX triplet: DA, 31 and 63. RGB value is (218,49,99). Sum of RGB (Red+Green+Blue) = 218+49+99=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3163 is #25CE9C. Grayscale: #696969. Windows color (decimal): -2477725 or 6500826. OLE color: 6500826.

HSL color Cylindrical-coordinate representation of color #DA3163: hue angle of 342.25º 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 #DA3163 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 49 99 -
CMYK 0 0.78 0.55 0.15
HSL 342.25º 0.7% 0.52% -
HSV(B) 342.25º 0.78% 0.85% -
XYZ 32.26 18 13.58 -
YUV 105.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 218 49 99 0 0.78 0.55 0.15 342.25 0.7 0.52
Hex DA 31 63 0 4E 37 F 156 46 34
Octal 332 61 143 0 116 67 17 526 106 64
Binary 11011010 110001 1100011 0 1001110 110111 1111 101010110 1000110 110100

Color Harmonies of #DA3163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3163

Black with #DA3163

Text Example


Text Example

White with #DA3163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3163; }

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

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

background-color css

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

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

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

border-color css

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

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

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