Html Css Color HEX #DA3164 Cerise

📋 copy color: '#DA3164'

red 218 ◦ green 49 ◦ blue 100

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

Shades of Cerise #DA3164

Tints of Cerise #DA3164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 59.4%
G = 13.35%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA3164 (or 0xDA3164) is known color: Cerise. HEX triplet: DA, 31 and 64. RGB value is (218,49,100). Sum of RGB (Red+Green+Blue) = 218+49+100=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3164 is #25CE9B. Grayscale: #696969. Windows color (decimal): -2477724 or 6566362. OLE color: 6566362.

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

Color convert

RGB 218 49 100 -
CMYK 0 0.78 0.54 0.15
HSL 341.89º 0.7% 0.52% -
HSV(B) 341.89º 0.78% 0.85% -
XYZ 32.31 18.02 13.83 -
YUV 105.35 124.99 208.35 -
System Red Green Blue C M Y K H S L
Decimal 218 49 100 0 0.78 0.54 0.15 341.89 0.7 0.52
Hex DA 31 64 0 4E 36 F 156 46 34
Octal 332 61 144 0 116 66 17 526 106 64
Binary 11011010 110001 1100100 0 1001110 110110 1111 101010110 1000110 110100

Color Harmonies of #DA3164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3164

Black with #DA3164

Text Example


Text Example

White with #DA3164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3164; }

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

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

background-color css

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

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

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

border-color css

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

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

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