Html Css Color HEX #DA305E Cerise

📋 copy color: '#DA305E'

red 218 ◦ green 48 ◦ blue 94

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

Shades of Cerise #DA305E

Tints of Cerise #DA305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.11%

R = 60.56%
G = 13.33%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA305E (or 0xDA305E) is known color: Cerise. HEX triplet: DA, 30 and 5E. RGB value is (218,48,94). Sum of RGB (Red+Green+Blue) = 218+48+94=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA305E is #25CFA1. Grayscale: #686868. Windows color (decimal): -2477986 or 6172890. OLE color: 6172890.

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

Color convert

RGB 218 48 94 -
CMYK 0 0.78 0.57 0.15
HSL 343.76º 0.7% 0.52% -
HSV(B) 343.76º 0.78% 0.85% -
XYZ 31.99 17.83 12.34 -
YUV 104.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 218 48 94 0 0.78 0.57 0.15 343.76 0.7 0.52
Hex DA 30 5E 0 4E 39 F 158 46 34
Octal 332 60 136 0 116 71 17 530 106 64
Binary 11011010 110000 1011110 0 1001110 111001 1111 101011000 1000110 110100

Color Harmonies of #DA305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA305E

Black with #DA305E

Text Example


Text Example

White with #DA305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA305E; }

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

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

background-color css

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

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

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

border-color css

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

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

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