Html Css Color HEX #DA396D Cerise

📋 copy color: '#DA396D'

red 218 ◦ green 57 ◦ blue 109

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

Shades of Cerise #DA396D

Tints of Cerise #DA396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.84%

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

R = 56.77%
G = 14.84%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA396D (or 0xDA396D) is known color: Cerise. HEX triplet: DA, 39 and 6D. RGB value is (218,57,109). Sum of RGB (Red+Green+Blue) = 218+57+109=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA396D is #25C692. Grayscale: #6F6F6F. Windows color (decimal): -2475667 or 7158234. OLE color: 7158234.

HSL color Cylindrical-coordinate representation of color #DA396D: hue angle of 340.62º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA396D is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 57 109 -
CMYK 0 0.74 0.5 0.15
HSL 340.62º 0.69% 0.54% -
HSV(B) 340.62º 0.74% 0.85% -
XYZ 33.14 18.94 16.38 -
YUV 111.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 218 57 109 0 0.74 0.5 0.15 340.62 0.69 0.54
Hex DA 39 6D 0 4A 32 F 155 45 36
Octal 332 71 155 0 112 62 17 525 105 66
Binary 11011010 111001 1101101 0 1001010 110010 1111 101010101 1000101 110110

Color Harmonies of #DA396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA396D

Black with #DA396D

Text Example


Text Example

White with #DA396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA396D; }

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

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

background-color css

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

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

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

border-color css

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

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

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