Html Css Color HEX #DA228D Deep Cerise

📋 copy color: '#DA228D'

red 218 ◦ green 34 ◦ blue 141

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

Shades of Deep Cerise #DA228D

Tints of Deep Cerise #DA228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.65%

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

R = 55.47%
G = 8.65%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA228D (or 0xDA228D) is known color: Deep Cerise. HEX triplet: DA, 22 and 8D. RGB value is (218,34,141). Sum of RGB (Red+Green+Blue) = 218+34+141=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA228D is #25DD72. Grayscale: #646464. Windows color (decimal): -2481523 or 9249498. OLE color: 9249498.

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

Color convert

RGB 218 34 141 -
CMYK 0 0.84 0.35 0.15
HSL 325.11º 0.73% 0.49% -
HSV(B) 325.11º 0.84% 0.85% -
XYZ 34.29 17.97 26.86 -
YUV 101.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 218 34 141 0 0.84 0.35 0.15 325.11 0.73 0.49
Hex DA 22 8D 0 54 23 F 145 49 31
Octal 332 42 215 0 124 43 17 505 111 61
Binary 11011010 100010 10001101 0 1010100 100011 1111 101000101 1001001 110001

Color Harmonies of #DA228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA228D

Black with #DA228D

Text Example


Text Example

White with #DA228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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