Html Css Color HEX #DA397E Deep Cerise

📋 copy color: '#DA397E'

red 218 ◦ green 57 ◦ blue 126

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

Shades of Deep Cerise #DA397E

Tints of Deep Cerise #DA397E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 54.36%
G = 14.21%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA397E (or 0xDA397E) is known color: Deep Cerise. HEX triplet: DA, 39 and 7E. RGB value is (218,57,126). Sum of RGB (Red+Green+Blue) = 218+57+126=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA397E is #25C681. Grayscale: #707070. Windows color (decimal): -2475650 or 8272346. OLE color: 8272346.

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

Color convert

RGB 218 57 126 -
CMYK 0 0.74 0.42 0.15
HSL 334.29º 0.69% 0.54% -
HSV(B) 334.29º 0.74% 0.85% -
XYZ 34.14 19.34 21.67 -
YUV 113.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 218 57 126 0 0.74 0.42 0.15 334.29 0.69 0.54
Hex DA 39 7E 0 4A 2A F 14E 45 36
Octal 332 71 176 0 112 52 17 516 105 66
Binary 11011010 111001 1111110 0 1001010 101010 1111 101001110 1000101 110110

Color Harmonies of #DA397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA397E

Black with #DA397E

Text Example


Text Example

White with #DA397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA397E; }

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

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

background-color css

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

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

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

border-color css

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

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

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