Html Css Color HEX #DA385D Cerise

📋 copy color: '#DA385D'

red 218 ◦ green 56 ◦ blue 93

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

Shades of Cerise #DA385D

Tints of Cerise #DA385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 59.4%
G = 15.26%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA385D (or 0xDA385D) is known color: Cerise. HEX triplet: DA, 38 and 5D. RGB value is (218,56,93). Sum of RGB (Red+Green+Blue) = 218+56+93=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA385D is #25C7A2. Grayscale: #6C6C6C. Windows color (decimal): -2475939 or 6109402. OLE color: 6109402.

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

Color convert

RGB 218 56 93 -
CMYK 0 0.74 0.57 0.15
HSL 346.3º 0.69% 0.54% -
HSV(B) 346.3º 0.74% 0.85% -
XYZ 32.3 18.52 12.23 -
YUV 108.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 218 56 93 0 0.74 0.57 0.15 346.3 0.69 0.54
Hex DA 38 5D 0 4A 39 F 15A 45 36
Octal 332 70 135 0 112 71 17 532 105 66
Binary 11011010 111000 1011101 0 1001010 111001 1111 101011010 1000101 110110

Color Harmonies of #DA385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA385D

Black with #DA385D

Text Example


Text Example

White with #DA385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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