Html Css Color HEX #DA305C Cerise

📋 copy color: '#DA305C'

red 218 ◦ green 48 ◦ blue 92

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

Shades of Cerise #DA305C

Tints of Cerise #DA305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 60.89%
G = 13.41%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA305C (or 0xDA305C) is known color: Cerise. HEX triplet: DA, 30 and 5C. RGB value is (218,48,92). Sum of RGB (Red+Green+Blue) = 218+48+92=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA305C is #25CFA3. Grayscale: #676767. Windows color (decimal): -2477988 or 6041818. OLE color: 6041818.

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

Color convert

RGB 218 48 92 -
CMYK 0 0.78 0.58 0.15
HSL 344.47º 0.7% 0.52% -
HSV(B) 344.47º 0.78% 0.85% -
XYZ 31.9 17.79 11.88 -
YUV 103.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 218 48 92 0 0.78 0.58 0.15 344.47 0.7 0.52
Hex DA 30 5C 0 4E 3A F 158 46 34
Octal 332 60 134 0 116 72 17 530 106 64
Binary 11011010 110000 1011100 0 1001110 111010 1111 101011000 1000110 110100

Color Harmonies of #DA305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA305C

Black with #DA305C

Text Example


Text Example

White with #DA305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA305C; }

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

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

background-color css

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

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

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

border-color css

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

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

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