Html Css Color HEX #DA388E Deep Cerise

📋 copy color: '#DA388E'

red 218 ◦ green 56 ◦ blue 142

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

Shades of Deep Cerise #DA388E

Tints of Deep Cerise #DA388E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 52.4%
G = 13.46%
B = 34.13%

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

#DA388E (or 0xDA388E) is known color: Deep Cerise. HEX triplet: DA, 38 and 8E. RGB value is (218,56,142). Sum of RGB (Red+Green+Blue) = 218+56+142=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA388E is #25C771. Grayscale: #727272. Windows color (decimal): -2475890 or 9320666. OLE color: 9320666.

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

Color convert

RGB 218 56 142 -
CMYK 0 0.74 0.35 0.15
HSL 328.15º 0.69% 0.54% -
HSV(B) 328.15º 0.74% 0.85% -
XYZ 35.21 19.69 27.54 -
YUV 114.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 218 56 142 0 0.74 0.35 0.15 328.15 0.69 0.54
Hex DA 38 8E 0 4A 23 F 148 45 36
Octal 332 70 216 0 112 43 17 510 105 66
Binary 11011010 111000 10001110 0 1001010 100011 1111 101001000 1000101 110110

Color Harmonies of #DA388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA388E

Black with #DA388E

Text Example


Text Example

White with #DA388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA388E; }

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

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

background-color css

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

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

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

border-color css

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

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

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