Html Css Color HEX #DA388A Deep Cerise

📋 copy color: '#DA388A'

red 218 ◦ green 56 ◦ blue 138

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

Shades of Deep Cerise #DA388A

Tints of Deep Cerise #DA388A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 52.91%
G = 13.59%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA388A (or 0xDA388A) is known color: Deep Cerise. HEX triplet: DA, 38 and 8A. RGB value is (218,56,138). Sum of RGB (Red+Green+Blue) = 218+56+138=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA388A is #25C775. Grayscale: #717171. Windows color (decimal): -2475894 or 9058522. OLE color: 9058522.

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

Color convert

RGB 218 56 138 -
CMYK 0 0.74 0.37 0.15
HSL 329.63º 0.69% 0.54% -
HSV(B) 329.63º 0.74% 0.85% -
XYZ 34.92 19.57 25.98 -
YUV 113.79 141.67 202.33 -
System Red Green Blue C M Y K H S L
Decimal 218 56 138 0 0.74 0.37 0.15 329.63 0.69 0.54
Hex DA 38 8A 0 4A 25 F 14A 45 36
Octal 332 70 212 0 112 45 17 512 105 66
Binary 11011010 111000 10001010 0 1001010 100101 1111 101001010 1000101 110110

Color Harmonies of #DA388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA388A

Black with #DA388A

Text Example


Text Example

White with #DA388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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