Html Css Color HEX #DA386A Cerise

📋 copy color: '#DA386A'

red 218 ◦ green 56 ◦ blue 106

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

Shades of Cerise #DA386A

Tints of Cerise #DA386A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 57.37%
G = 14.74%
B = 27.89%

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

#DA386A (or 0xDA386A) is known color: Cerise. HEX triplet: DA, 38 and 6A. RGB value is (218,56,106). Sum of RGB (Red+Green+Blue) = 218+56+106=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA386A is #25C795. Grayscale: #6E6E6E. Windows color (decimal): -2475926 or 6961370. OLE color: 6961370.

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

Color convert

RGB 218 56 106 -
CMYK 0 0.74 0.51 0.15
HSL 341.48º 0.69% 0.54% -
HSV(B) 341.48º 0.74% 0.85% -
XYZ 32.93 18.77 15.52 -
YUV 110.14 125.67 204.93 -
System Red Green Blue C M Y K H S L
Decimal 218 56 106 0 0.74 0.51 0.15 341.48 0.69 0.54
Hex DA 38 6A 0 4A 33 F 155 45 36
Octal 332 70 152 0 112 63 17 525 105 66
Binary 11011010 111000 1101010 0 1001010 110011 1111 101010101 1000101 110110

Color Harmonies of #DA386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA386A

Black with #DA386A

Text Example


Text Example

White with #DA386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA386A; }

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

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

background-color css

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

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

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

border-color css

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

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

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