Html Css Color HEX #DA305D Cerise

📋 copy color: '#DA305D'

red 218 ◦ green 48 ◦ blue 93

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

Shades of Cerise #DA305D

Tints of Cerise #DA305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 60.72%
G = 13.37%
B = 25.91%

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

#DA305D (or 0xDA305D) is known color: Cerise. HEX triplet: DA, 30 and 5D. RGB value is (218,48,93). Sum of RGB (Red+Green+Blue) = 218+48+93=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA305D is #25CFA2. Grayscale: #676767. Windows color (decimal): -2477987 or 6107354. OLE color: 6107354.

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

Color convert

RGB 218 48 93 -
CMYK 0 0.78 0.57 0.15
HSL 344.12º 0.7% 0.52% -
HSV(B) 344.12º 0.78% 0.85% -
XYZ 31.95 17.81 12.11 -
YUV 103.96 121.82 209.34 -
System Red Green Blue C M Y K H S L
Decimal 218 48 93 0 0.78 0.57 0.15 344.12 0.7 0.52
Hex DA 30 5D 0 4E 39 F 158 46 34
Octal 332 60 135 0 116 71 17 530 106 64
Binary 11011010 110000 1011101 0 1001110 111001 1111 101011000 1000110 110100

Color Harmonies of #DA305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA305D

Black with #DA305D

Text Example


Text Example

White with #DA305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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