Html Css Color HEX #DA238B Deep Cerise

📋 copy color: '#DA238B'

red 218 ◦ green 35 ◦ blue 139

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

Shades of Deep Cerise #DA238B

Tints of Deep Cerise #DA238B

RGB

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

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

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

R = 55.61%
G = 8.93%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA238B (or 0xDA238B) is known color: Deep Cerise. HEX triplet: DA, 23 and 8B. RGB value is (218,35,139). Sum of RGB (Red+Green+Blue) = 218+35+139=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA238B is #25DC74. Grayscale: #656565. Windows color (decimal): -2481269 or 9118682. OLE color: 9118682.

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

Color convert

RGB 218 35 139 -
CMYK 0 0.84 0.36 0.15
HSL 325.9º 0.72% 0.5% -
HSV(B) 325.9º 0.84% 0.85% -
XYZ 34.17 17.97 26.09 -
YUV 101.57 149.13 211.04 -
System Red Green Blue C M Y K H S L
Decimal 218 35 139 0 0.84 0.36 0.15 325.9 0.72 0.5
Hex DA 23 8B 0 54 24 F 146 48 32
Octal 332 43 213 0 124 44 17 506 110 62
Binary 11011010 100011 10001011 0 1010100 100100 1111 101000110 1001000 110010

Color Harmonies of #DA238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA238B

Black with #DA238B

Text Example


Text Example

White with #DA238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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