Html Css Color HEX #DA2F8D Deep Cerise

📋 copy color: '#DA2F8D'

red 218 ◦ green 47 ◦ blue 141

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

Shades of Deep Cerise #DA2F8D

Tints of Deep Cerise #DA2F8D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.58%

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

R = 53.69%
G = 11.58%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA2F8D (or 0xDA2F8D) is known color: Deep Cerise. HEX triplet: DA, 2F and 8D. RGB value is (218,47,141). Sum of RGB (Red+Green+Blue) = 218+47+141=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F8D is #25D072. Grayscale: #6C6C6C. Windows color (decimal): -2478195 or 9252826. OLE color: 9252826.

HSL color Cylindrical-coordinate representation of color #DA2F8D: hue angle of 327.02º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2F8D is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 47 141 -
CMYK 0 0.78 0.35 0.15
HSL 327.02º 0.7% 0.52% -
HSV(B) 327.02º 0.78% 0.85% -
XYZ 34.74 18.86 27.01 -
YUV 108.85 146.15 205.86 -
System Red Green Blue C M Y K H S L
Decimal 218 47 141 0 0.78 0.35 0.15 327.02 0.7 0.52
Hex DA 2F 8D 0 4E 23 F 147 46 34
Octal 332 57 215 0 116 43 17 507 106 64
Binary 11011010 101111 10001101 0 1001110 100011 1111 101000111 1000110 110100

Color Harmonies of #DA2F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F8D

Black with #DA2F8D

Text Example


Text Example

White with #DA2F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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