Html Css Color HEX #DA248A Deep Cerise

📋 copy color: '#DA248A'

red 218 ◦ green 36 ◦ blue 138

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

Shades of Deep Cerise #DA248A

Tints of Deep Cerise #DA248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.18%

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

R = 55.61%
G = 9.18%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA248A (or 0xDA248A) is known color: Deep Cerise. HEX triplet: DA, 24 and 8A. RGB value is (218,36,138). Sum of RGB (Red+Green+Blue) = 218+36+138=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA248A is #25DB75. Grayscale: #656565. Windows color (decimal): -2481014 or 9053402. OLE color: 9053402.

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

Color convert

RGB 218 36 138 -
CMYK 0 0.83 0.37 0.15
HSL 326.37º 0.72% 0.5% -
HSV(B) 326.37º 0.83% 0.85% -
XYZ 34.13 18 25.72 -
YUV 102.05 148.3 210.71 -
System Red Green Blue C M Y K H S L
Decimal 218 36 138 0 0.83 0.37 0.15 326.37 0.72 0.5
Hex DA 24 8A 0 53 25 F 146 48 32
Octal 332 44 212 0 123 45 17 506 110 62
Binary 11011010 100100 10001010 0 1010011 100101 1111 101000110 1001000 110010

Color Harmonies of #DA248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA248A

Black with #DA248A

Text Example


Text Example

White with #DA248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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