Html Css Color HEX #DA4166 Cerise

📋 copy color: '#DA4166'

red 218 ◦ green 65 ◦ blue 102

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

Shades of Cerise #DA4166

Tints of Cerise #DA4166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.49%

R = 56.62%
G = 16.88%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA4166 (or 0xDA4166) is known color: Cerise. HEX triplet: DA, 41 and 66. RGB value is (218,65,102). Sum of RGB (Red+Green+Blue) = 218+65+102=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4166 is #25BE99. Grayscale: #727272. Windows color (decimal): -2473626 or 6701530. OLE color: 6701530.

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

Color convert

RGB 218 65 102 -
CMYK 0 0.70 0.53 0.15
HSL 345.49º 0.67% 0.55% -
HSV(B) 345.49º 0.7% 0.85% -
XYZ 33.2 19.65 14.61 -
YUV 114.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 218 65 102 0 0.70 0.53 0.15 345.49 0.67 0.55
Hex DA 41 66 0 46 35 F 159 43 37
Octal 332 101 146 0 106 65 17 531 103 67
Binary 11011010 1000001 1100110 0 1000110 110101 1111 101011001 1000011 110111

Color Harmonies of #DA4166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4166

Black with #DA4166

Text Example


Text Example

White with #DA4166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4166; }

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

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

background-color css

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

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

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

border-color css

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

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

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