Html Css Color HEX #DA4164 Cerise

📋 copy color: '#DA4164'

red 218 ◦ green 65 ◦ blue 100

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

Shades of Cerise #DA4164

Tints of Cerise #DA4164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.97%

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

R = 56.92%
G = 16.97%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA4164 (or 0xDA4164) is known color: Cerise. HEX triplet: DA, 41 and 64. RGB value is (218,65,100). Sum of RGB (Red+Green+Blue) = 218+65+100=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4164 is #25BE9B. Grayscale: #727272. Windows color (decimal): -2473628 or 6570458. OLE color: 6570458.

HSL color Cylindrical-coordinate representation of color #DA4164: hue angle of 346.27º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4164 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 100 -
CMYK 0 0.70 0.54 0.15
HSL 346.27º 0.67% 0.55% -
HSV(B) 346.27º 0.7% 0.85% -
XYZ 33.1 19.61 14.1 -
YUV 114.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 218 65 100 0 0.70 0.54 0.15 346.27 0.67 0.55
Hex DA 41 64 0 46 36 F 15A 43 37
Octal 332 101 144 0 106 66 17 532 103 67
Binary 11011010 1000001 1100100 0 1000110 110110 1111 101011010 1000011 110111

Color Harmonies of #DA4164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4164

Black with #DA4164

Text Example


Text Example

White with #DA4164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4164; }

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

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

background-color css

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

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

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

border-color css

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

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

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