Html Css Color HEX #DA348D Deep Cerise

📋 copy color: '#DA348D'

red 218 ◦ green 52 ◦ blue 141

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

Shades of Deep Cerise #DA348D

Tints of Deep Cerise #DA348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.65%

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

R = 53.04%
G = 12.65%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA348D (or 0xDA348D) is known color: Deep Cerise. HEX triplet: DA, 34 and 8D. RGB value is (218,52,141). Sum of RGB (Red+Green+Blue) = 218+52+141=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA348D is #25CB72. Grayscale: #6F6F6F. Windows color (decimal): -2476915 or 9254106. OLE color: 9254106.

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

Color convert

RGB 218 52 141 -
CMYK 0 0.76 0.35 0.15
HSL 327.83º 0.69% 0.53% -
HSV(B) 327.83º 0.76% 0.85% -
XYZ 34.95 19.28 27.08 -
YUV 111.78 144.5 203.76 -
System Red Green Blue C M Y K H S L
Decimal 218 52 141 0 0.76 0.35 0.15 327.83 0.69 0.53
Hex DA 34 8D 0 4C 23 F 148 45 35
Octal 332 64 215 0 114 43 17 510 105 65
Binary 11011010 110100 10001101 0 1001100 100011 1111 101001000 1000101 110101

Color Harmonies of #DA348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA348D

Black with #DA348D

Text Example


Text Example

White with #DA348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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