Html Css Color HEX #DA306D Cerise

📋 copy color: '#DA306D'

red 218 ◦ green 48 ◦ blue 109

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

Shades of Cerise #DA306D

Tints of Cerise #DA306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 58.13%
G = 12.8%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA306D (or 0xDA306D) is known color: Cerise. HEX triplet: DA, 30 and 6D. RGB value is (218,48,109). Sum of RGB (Red+Green+Blue) = 218+48+109=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA306D is #25CF92. Grayscale: #696969. Windows color (decimal): -2477971 or 7155930. OLE color: 7155930.

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

Color convert

RGB 218 48 109 -
CMYK 0 0.78 0.5 0.15
HSL 338.47º 0.7% 0.52% -
HSV(B) 338.47º 0.78% 0.85% -
XYZ 32.73 18.12 16.24 -
YUV 105.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 218 48 109 0 0.78 0.5 0.15 338.47 0.7 0.52
Hex DA 30 6D 0 4E 32 F 152 46 34
Octal 332 60 155 0 116 62 17 522 106 64
Binary 11011010 110000 1101101 0 1001110 110010 1111 101010010 1000110 110100

Color Harmonies of #DA306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA306D

Black with #DA306D

Text Example


Text Example

White with #DA306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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