Html Css Color HEX #DA396B Cerise

📋 copy color: '#DA396B'

red 218 ◦ green 57 ◦ blue 107

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

Shades of Cerise #DA396B

Tints of Cerise #DA396B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 57.07%
G = 14.92%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA396B (or 0xDA396B) is known color: Cerise. HEX triplet: DA, 39 and 6B. RGB value is (218,57,107). Sum of RGB (Red+Green+Blue) = 218+57+107=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA396B is #25C694. Grayscale: #6E6E6E. Windows color (decimal): -2475669 or 7027162. OLE color: 7027162.

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

Color convert

RGB 218 57 107 -
CMYK 0 0.74 0.51 0.15
HSL 341.37º 0.69% 0.54% -
HSV(B) 341.37º 0.74% 0.85% -
XYZ 33.03 18.89 15.82 -
YUV 110.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 218 57 107 0 0.74 0.51 0.15 341.37 0.69 0.54
Hex DA 39 6B 0 4A 33 F 155 45 36
Octal 332 71 153 0 112 63 17 525 105 66
Binary 11011010 111001 1101011 0 1001010 110011 1111 101010101 1000101 110110

Color Harmonies of #DA396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA396B

Black with #DA396B

Text Example


Text Example

White with #DA396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA396B; }

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

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

background-color css

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

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

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

border-color css

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

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

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