Html Css Color HEX #DA388D Deep Cerise

📋 copy color: '#DA388D'

red 218 ◦ green 56 ◦ blue 141

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

Shades of Deep Cerise #DA388D

Tints of Deep Cerise #DA388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 52.53%
G = 13.49%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA388D (or 0xDA388D) is known color: Deep Cerise. HEX triplet: DA, 38 and 8D. RGB value is (218,56,141). Sum of RGB (Red+Green+Blue) = 218+56+141=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA388D is #25C772. Grayscale: #717171. Windows color (decimal): -2475891 or 9255130. OLE color: 9255130.

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

Color convert

RGB 218 56 141 -
CMYK 0 0.74 0.35 0.15
HSL 328.52º 0.69% 0.54% -
HSV(B) 328.52º 0.74% 0.85% -
XYZ 35.14 19.66 27.14 -
YUV 114.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 218 56 141 0 0.74 0.35 0.15 328.52 0.69 0.54
Hex DA 38 8D 0 4A 23 F 149 45 36
Octal 332 70 215 0 112 43 17 511 105 66
Binary 11011010 111000 10001101 0 1001010 100011 1111 101001001 1000101 110110

Color Harmonies of #DA388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA388D

Black with #DA388D

Text Example


Text Example

White with #DA388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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