Html Css Color HEX #DA305A Cerise

📋 copy color: '#DA305A'

red 218 ◦ green 48 ◦ blue 90

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

Shades of Cerise #DA305A

Tints of Cerise #DA305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 61.24%
G = 13.48%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA305A (or 0xDA305A) is known color: Cerise. HEX triplet: DA, 30 and 5A. RGB value is (218,48,90). Sum of RGB (Red+Green+Blue) = 218+48+90=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA305A is #25CFA5. Grayscale: #676767. Windows color (decimal): -2477990 or 5910746. OLE color: 5910746.

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

Color convert

RGB 218 48 90 -
CMYK 0 0.78 0.59 0.15
HSL 345.18º 0.7% 0.52% -
HSV(B) 345.18º 0.78% 0.85% -
XYZ 31.82 17.76 11.42 -
YUV 103.62 120.32 209.58 -
System Red Green Blue C M Y K H S L
Decimal 218 48 90 0 0.78 0.59 0.15 345.18 0.7 0.52
Hex DA 30 5A 0 4E 3B F 159 46 34
Octal 332 60 132 0 116 73 17 531 106 64
Binary 11011010 110000 1011010 0 1001110 111011 1111 101011001 1000110 110100

Color Harmonies of #DA305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA305A

Black with #DA305A

Text Example


Text Example

White with #DA305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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