Html Css Color HEX #DA297B Deep Cerise

📋 copy color: '#DA297B'

red 218 ◦ green 41 ◦ blue 123

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

Shades of Deep Cerise #DA297B

Tints of Deep Cerise #DA297B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.73%

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 57.07%
G = 10.73%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA297B (or 0xDA297B) is known color: Deep Cerise. HEX triplet: DA, 29 and 7B. RGB value is (218,41,123). Sum of RGB (Red+Green+Blue) = 218+41+123=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA297B is #25D684. Grayscale: #676767. Windows color (decimal): -2479749 or 8071642. OLE color: 8071642.

HSL color Cylindrical-coordinate representation of color #DA297B: hue angle of 332.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA297B is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 123 -
CMYK 0 0.81 0.44 0.15
HSL 332.2º 0.71% 0.51% -
HSV(B) 332.2º 0.81% 0.85% -
XYZ 33.28 17.92 20.44 -
YUV 103.27 139.14 209.83 -
System Red Green Blue C M Y K H S L
Decimal 218 41 123 0 0.81 0.44 0.15 332.2 0.71 0.51
Hex DA 29 7B 0 51 2C F 14C 47 33
Octal 332 51 173 0 121 54 17 514 107 63
Binary 11011010 101001 1111011 0 1010001 101100 1111 101001100 1000111 110011

Color Harmonies of #DA297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA297B

Black with #DA297B

Text Example


Text Example

White with #DA297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA297B; }

 p { color: rgb(218,41,123); }

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

background-color css

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

 a { background-color: rgb(218,41,123); }

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

border-color css

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

 span { border-color: rgb(218,41,123); }

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