Html Css Color HEX #DA3066 Cerise

📋 copy color: '#DA3066'

red 218 ◦ green 48 ◦ blue 102

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

Shades of Cerise #DA3066

Tints of Cerise #DA3066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.04%

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

R = 59.24%
G = 13.04%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA3066 (or 0xDA3066) is known color: Cerise. HEX triplet: DA, 30 and 66. RGB value is (218,48,102). Sum of RGB (Red+Green+Blue) = 218+48+102=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3066 is #25CF99. Grayscale: #686868. Windows color (decimal): -2477978 or 6697178. OLE color: 6697178.

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

Color convert

RGB 218 48 102 -
CMYK 0 0.78 0.53 0.15
HSL 340.94º 0.7% 0.52% -
HSV(B) 340.94º 0.78% 0.85% -
XYZ 32.37 17.98 14.33 -
YUV 104.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 218 48 102 0 0.78 0.53 0.15 340.94 0.7 0.52
Hex DA 30 66 0 4E 35 F 155 46 34
Octal 332 60 146 0 116 65 17 525 106 64
Binary 11011010 110000 1100110 0 1001110 110101 1111 101010101 1000110 110100

Color Harmonies of #DA3066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3066

Black with #DA3066

Text Example


Text Example

White with #DA3066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3066; }

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

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

background-color css

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

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

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

border-color css

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

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

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