Html Css Color HEX #DA239B Deep Cerise

📋 copy color: '#DA239B'

red 218 ◦ green 35 ◦ blue 155

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

Shades of Deep Cerise #DA239B

Tints of Deep Cerise #DA239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.58%

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 53.43%
G = 8.58%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA239B (or 0xDA239B) is known color: Deep Cerise. HEX triplet: DA, 23 and 9B. RGB value is (218,35,155). Sum of RGB (Red+Green+Blue) = 218+35+155=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA239B is #25DC64. Grayscale: #676767. Windows color (decimal): -2481253 or 10167258. OLE color: 10167258.

HSL color Cylindrical-coordinate representation of color #DA239B: hue angle of 320.66º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA239B is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 35 155 -
CMYK 0 0.84 0.29 0.15
HSL 320.66º 0.72% 0.5% -
HSV(B) 320.66º 0.84% 0.85% -
XYZ 35.43 18.47 32.71 -
YUV 103.4 157.13 209.74 -
System Red Green Blue C M Y K H S L
Decimal 218 35 155 0 0.84 0.29 0.15 320.66 0.72 0.5
Hex DA 23 9B 0 54 1D F 141 48 32
Octal 332 43 233 0 124 35 17 501 110 62
Binary 11011010 100011 10011011 0 1010100 11101 1111 101000001 1001000 110010

Color Harmonies of #DA239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA239B

Black with #DA239B

Text Example


Text Example

White with #DA239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA239B; }

 p { color: rgb(218,35,155); }

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

background-color css

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

 a { background-color: rgb(218,35,155); }

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

border-color css

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

 span { border-color: rgb(218,35,155); }

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