Html Css Color HEX #DA218F Deep Cerise

📋 copy color: '#DA218F'

red 218 ◦ green 33 ◦ blue 143

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

Shades of Deep Cerise #DA218F

Tints of Deep Cerise #DA218F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.38%

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 55.33%
G = 8.38%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA218F (or 0xDA218F) is known color: Deep Cerise. HEX triplet: DA, 21 and 8F. RGB value is (218,33,143). Sum of RGB (Red+Green+Blue) = 218+33+143=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA218F is #25DE70. Grayscale: #646464. Windows color (decimal): -2481777 or 9380314. OLE color: 9380314.

HSL color Cylindrical-coordinate representation of color #DA218F: hue angle of 324.32º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA218F is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 33 143 -
CMYK 0 0.85 0.34 0.15
HSL 324.32º 0.74% 0.49% -
HSV(B) 324.32º 0.85% 0.85% -
XYZ 34.42 17.98 27.64 -
YUV 100.86 151.79 211.56 -
System Red Green Blue C M Y K H S L
Decimal 218 33 143 0 0.85 0.34 0.15 324.32 0.74 0.49
Hex DA 21 8F 0 55 22 F 144 4A 31
Octal 332 41 217 0 125 42 17 504 112 61
Binary 11011010 100001 10001111 0 1010101 100010 1111 101000100 1001010 110001

Color Harmonies of #DA218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA218F

Black with #DA218F

Text Example


Text Example

White with #DA218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA218F; }

 p { color: rgb(218,33,143); }

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

background-color css

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

 a { background-color: rgb(218,33,143); }

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

border-color css

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

 span { border-color: rgb(218,33,143); }

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