Html Css Color HEX #DA248D Deep Cerise

📋 copy color: '#DA248D'

red 218 ◦ green 36 ◦ blue 141

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

Shades of Deep Cerise #DA248D

Tints of Deep Cerise #DA248D

RGB

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

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

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

R = 55.19%
G = 9.11%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA248D (or 0xDA248D) is known color: Deep Cerise. HEX triplet: DA, 24 and 8D. RGB value is (218,36,141). Sum of RGB (Red+Green+Blue) = 218+36+141=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA248D is #25DB72. Grayscale: #666666. Windows color (decimal): -2481011 or 9250010. OLE color: 9250010.

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

Color convert

RGB 218 36 141 -
CMYK 0 0.83 0.35 0.15
HSL 325.38º 0.72% 0.5% -
HSV(B) 325.38º 0.83% 0.85% -
XYZ 34.35 18.09 26.88 -
YUV 102.39 149.8 210.46 -
System Red Green Blue C M Y K H S L
Decimal 218 36 141 0 0.83 0.35 0.15 325.38 0.72 0.5
Hex DA 24 8D 0 53 23 F 145 48 32
Octal 332 44 215 0 123 43 17 505 110 62
Binary 11011010 100100 10001101 0 1010011 100011 1111 101000101 1001000 110010

Color Harmonies of #DA248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA248D

Black with #DA248D

Text Example


Text Example

White with #DA248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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