Html Css Color HEX #DA238C Deep Cerise

📋 copy color: '#DA238C'

red 218 ◦ green 35 ◦ blue 140

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

Shades of Deep Cerise #DA238C

Tints of Deep Cerise #DA238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 55.47%
G = 8.91%
B = 35.62%

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

#DA238C (or 0xDA238C) is known color: Deep Cerise. HEX triplet: DA, 23 and 8C. RGB value is (218,35,140). Sum of RGB (Red+Green+Blue) = 218+35+140=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA238C is #25DC73. Grayscale: #656565. Windows color (decimal): -2481268 or 9184218. OLE color: 9184218.

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

Color convert

RGB 218 35 140 -
CMYK 0 0.84 0.36 0.15
HSL 325.57º 0.72% 0.5% -
HSV(B) 325.57º 0.84% 0.85% -
XYZ 34.25 18 26.48 -
YUV 101.69 149.63 210.96 -
System Red Green Blue C M Y K H S L
Decimal 218 35 140 0 0.84 0.36 0.15 325.57 0.72 0.5
Hex DA 23 8C 0 54 24 F 146 48 32
Octal 332 43 214 0 124 44 17 506 110 62
Binary 11011010 100011 10001100 0 1010100 100100 1111 101000110 1001000 110010

Color Harmonies of #DA238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA238C

Black with #DA238C

Text Example


Text Example

White with #DA238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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