Html Css Color HEX #DA3068 Cerise

📋 copy color: '#DA3068'

red 218 ◦ green 48 ◦ blue 104

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

Shades of Cerise #DA3068

Tints of Cerise #DA3068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.11%

R = 58.92%
G = 12.97%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA3068 (or 0xDA3068) is known color: Cerise. HEX triplet: DA, 30 and 68. RGB value is (218,48,104). Sum of RGB (Red+Green+Blue) = 218+48+104=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3068 is #25CF97. Grayscale: #696969. Windows color (decimal): -2477976 or 6828250. OLE color: 6828250.

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

Color convert

RGB 218 48 104 -
CMYK 0 0.78 0.52 0.15
HSL 340.24º 0.7% 0.52% -
HSV(B) 340.24º 0.78% 0.85% -
XYZ 32.47 18.02 14.86 -
YUV 105.21 127.32 208.45 -
System Red Green Blue C M Y K H S L
Decimal 218 48 104 0 0.78 0.52 0.15 340.24 0.7 0.52
Hex DA 30 68 0 4E 34 F 154 46 34
Octal 332 60 150 0 116 64 17 524 106 64
Binary 11011010 110000 1101000 0 1001110 110100 1111 101010100 1000110 110100

Color Harmonies of #DA3068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3068

Black with #DA3068

Text Example


Text Example

White with #DA3068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3068; }

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

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

background-color css

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

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

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

border-color css

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

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

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