Html Css Color HEX #DA398B Deep Cerise

📋 copy color: '#DA398B'

red 218 ◦ green 57 ◦ blue 139

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

Shades of Deep Cerise #DA398B

Tints of Deep Cerise #DA398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.77%

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 52.66%
G = 13.77%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA398B (or 0xDA398B) is known color: Deep Cerise. HEX triplet: DA, 39 and 8B. RGB value is (218,57,139). Sum of RGB (Red+Green+Blue) = 218+57+139=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA398B is #25C674. Grayscale: #727272. Windows color (decimal): -2475637 or 9124314. OLE color: 9124314.

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

Color convert

RGB 218 57 139 -
CMYK 0 0.74 0.36 0.15
HSL 329.44º 0.69% 0.54% -
HSV(B) 329.44º 0.74% 0.85% -
XYZ 35.04 19.7 26.38 -
YUV 114.49 141.84 201.83 -
System Red Green Blue C M Y K H S L
Decimal 218 57 139 0 0.74 0.36 0.15 329.44 0.69 0.54
Hex DA 39 8B 0 4A 24 F 149 45 36
Octal 332 71 213 0 112 44 17 511 105 66
Binary 11011010 111001 10001011 0 1001010 100100 1111 101001001 1000101 110110

Color Harmonies of #DA398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA398B

Black with #DA398B

Text Example


Text Example

White with #DA398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA398B; }

 p { color: rgb(218,57,139); }

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

background-color css

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

 a { background-color: rgb(218,57,139); }

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

border-color css

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

 span { border-color: rgb(218,57,139); }

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