Html Css Color HEX #DA386C Cerise

📋 copy color: '#DA386C'

red 218 ◦ green 56 ◦ blue 108

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

Shades of Cerise #DA386C

Tints of Cerise #DA386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.27%

R = 57.07%
G = 14.66%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA386C (or 0xDA386C) is known color: Cerise. HEX triplet: DA, 38 and 6C. RGB value is (218,56,108). Sum of RGB (Red+Green+Blue) = 218+56+108=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA386C is #25C793. Grayscale: #6E6E6E. Windows color (decimal): -2475924 or 7092442. OLE color: 7092442.

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

Color convert

RGB 218 56 108 -
CMYK 0 0.74 0.50 0.15
HSL 340.74º 0.69% 0.54% -
HSV(B) 340.74º 0.74% 0.85% -
XYZ 33.03 18.82 16.08 -
YUV 110.37 126.67 204.77 -
System Red Green Blue C M Y K H S L
Decimal 218 56 108 0 0.74 0.50 0.15 340.74 0.69 0.54
Hex DA 38 6C 0 4A 32 F 155 45 36
Octal 332 70 154 0 112 62 17 525 105 66
Binary 11011010 111000 1101100 0 1001010 110010 1111 101010101 1000101 110110

Color Harmonies of #DA386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA386C

Black with #DA386C

Text Example


Text Example

White with #DA386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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