Html Css Color HEX #DA385C Cerise

📋 copy color: '#DA385C'

red 218 ◦ green 56 ◦ blue 92

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

Shades of Cerise #DA385C

Tints of Cerise #DA385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.14%

R = 59.56%
G = 15.3%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA385C (or 0xDA385C) is known color: Cerise. HEX triplet: DA, 38 and 5C. RGB value is (218,56,92). Sum of RGB (Red+Green+Blue) = 218+56+92=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA385C is #25C7A3. Grayscale: #6C6C6C. Windows color (decimal): -2475940 or 6043866. OLE color: 6043866.

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

Color convert

RGB 218 56 92 -
CMYK 0 0.74 0.58 0.15
HSL 346.67º 0.69% 0.54% -
HSV(B) 346.67º 0.74% 0.85% -
XYZ 32.26 18.51 12 -
YUV 108.54 118.67 206.07 -
System Red Green Blue C M Y K H S L
Decimal 218 56 92 0 0.74 0.58 0.15 346.67 0.69 0.54
Hex DA 38 5C 0 4A 3A F 15B 45 36
Octal 332 70 134 0 112 72 17 533 105 66
Binary 11011010 111000 1011100 0 1001010 111010 1111 101011011 1000101 110110

Color Harmonies of #DA385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA385C

Black with #DA385C

Text Example


Text Example

White with #DA385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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