Html Css Color HEX #DA386F Cerise

📋 copy color: '#DA386F'

red 218 ◦ green 56 ◦ blue 111

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

Shades of Cerise #DA386F

Tints of Cerise #DA386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.55%

 BLUE value IS 111 (43.75% from 255) = 28.83%

R = 56.62%
G = 14.55%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA386F (or 0xDA386F) is known color: Cerise. HEX triplet: DA, 38 and 6F. RGB value is (218,56,111). Sum of RGB (Red+Green+Blue) = 218+56+111=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA386F is #25C790. Grayscale: #6E6E6E. Windows color (decimal): -2475921 or 7289050. OLE color: 7289050.

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

Color convert

RGB 218 56 111 -
CMYK 0 0.74 0.49 0.15
HSL 339.63º 0.69% 0.54% -
HSV(B) 339.63º 0.74% 0.85% -
XYZ 33.2 18.88 16.93 -
YUV 110.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 218 56 111 0 0.74 0.49 0.15 339.63 0.69 0.54
Hex DA 38 6F 0 4A 31 F 154 45 36
Octal 332 70 157 0 112 61 17 524 105 66
Binary 11011010 111000 1101111 0 1001010 110001 1111 101010100 1000101 110110

Color Harmonies of #DA386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA386F

Black with #DA386F

Text Example


Text Example

White with #DA386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA386F; }

 p { color: rgb(218,56,111); }

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

background-color css

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

 a { background-color: rgb(218,56,111); }

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

border-color css

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

 span { border-color: rgb(218,56,111); }

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