Html Css Color HEX #DA238D Deep Cerise

📋 copy color: '#DA238D'

red 218 ◦ green 35 ◦ blue 141

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

Shades of Deep Cerise #DA238D

Tints of Deep Cerise #DA238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 55.33%
G = 8.88%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA238D (or 0xDA238D) is known color: Deep Cerise. HEX triplet: DA, 23 and 8D. RGB value is (218,35,141). Sum of RGB (Red+Green+Blue) = 218+35+141=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA238D is #25DC72. Grayscale: #656565. Windows color (decimal): -2481267 or 9249754. OLE color: 9249754.

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

Color convert

RGB 218 35 141 -
CMYK 0 0.84 0.35 0.15
HSL 325.25º 0.72% 0.5% -
HSV(B) 325.25º 0.84% 0.85% -
XYZ 34.32 18.03 26.87 -
YUV 101.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 218 35 141 0 0.84 0.35 0.15 325.25 0.72 0.5
Hex DA 23 8D 0 54 23 F 145 48 32
Octal 332 43 215 0 124 43 17 505 110 62
Binary 11011010 100011 10001101 0 1010100 100011 1111 101000101 1001000 110010

Color Harmonies of #DA238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA238D

Black with #DA238D

Text Example


Text Example

White with #DA238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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