Html Css Color HEX #DA397A Deep Cerise

📋 copy color: '#DA397A'

red 218 ◦ green 57 ◦ blue 122

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

Shades of Deep Cerise #DA397A

Tints of Deep Cerise #DA397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 54.91%
G = 14.36%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA397A (or 0xDA397A) is known color: Deep Cerise. HEX triplet: DA, 39 and 7A. RGB value is (218,57,122). Sum of RGB (Red+Green+Blue) = 218+57+122=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA397A is #25C685. Grayscale: #707070. Windows color (decimal): -2475654 or 8010202. OLE color: 8010202.

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

Color convert

RGB 218 57 122 -
CMYK 0 0.74 0.44 0.15
HSL 335.78º 0.69% 0.54% -
HSV(B) 335.78º 0.74% 0.85% -
XYZ 33.89 19.24 20.34 -
YUV 112.55 133.34 203.21 -
System Red Green Blue C M Y K H S L
Decimal 218 57 122 0 0.74 0.44 0.15 335.78 0.69 0.54
Hex DA 39 7A 0 4A 2C F 150 45 36
Octal 332 71 172 0 112 54 17 520 105 66
Binary 11011010 111001 1111010 0 1001010 101100 1111 101010000 1000101 110110

Color Harmonies of #DA397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA397A

Black with #DA397A

Text Example


Text Example

White with #DA397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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