Html Css Color HEX #DA238A Deep Cerise

📋 copy color: '#DA238A'

red 218 ◦ green 35 ◦ blue 138

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

Shades of Deep Cerise #DA238A

Tints of Deep Cerise #DA238A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 55.75%
G = 8.95%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA238A (or 0xDA238A) is known color: Deep Cerise. HEX triplet: DA, 23 and 8A. RGB value is (218,35,138). Sum of RGB (Red+Green+Blue) = 218+35+138=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA238A is #25DC75. Grayscale: #656565. Windows color (decimal): -2481270 or 9053146. OLE color: 9053146.

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

Color convert

RGB 218 35 138 -
CMYK 0 0.84 0.37 0.15
HSL 326.23º 0.72% 0.5% -
HSV(B) 326.23º 0.84% 0.85% -
XYZ 34.1 17.94 25.71 -
YUV 101.46 148.63 211.12 -
System Red Green Blue C M Y K H S L
Decimal 218 35 138 0 0.84 0.37 0.15 326.23 0.72 0.5
Hex DA 23 8A 0 54 25 F 146 48 32
Octal 332 43 212 0 124 45 17 506 110 62
Binary 11011010 100011 10001010 0 1010100 100101 1111 101000110 1001000 110010

Color Harmonies of #DA238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA238A

Black with #DA238A

Text Example


Text Example

White with #DA238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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