Html Css Color HEX #DA348C Deep Cerise

📋 copy color: '#DA348C'

red 218 ◦ green 52 ◦ blue 140

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

Shades of Deep Cerise #DA348C

Tints of Deep Cerise #DA348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 53.17%
G = 12.68%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA348C (or 0xDA348C) is known color: Deep Cerise. HEX triplet: DA, 34 and 8C. RGB value is (218,52,140). Sum of RGB (Red+Green+Blue) = 218+52+140=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA348C is #25CB73. Grayscale: #6F6F6F. Windows color (decimal): -2476916 or 9188570. OLE color: 9188570.

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

Color convert

RGB 218 52 140 -
CMYK 0 0.76 0.36 0.15
HSL 328.19º 0.69% 0.53% -
HSV(B) 328.19º 0.76% 0.85% -
XYZ 34.88 19.25 26.69 -
YUV 111.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 218 52 140 0 0.76 0.36 0.15 328.19 0.69 0.53
Hex DA 34 8C 0 4C 24 F 148 45 35
Octal 332 64 214 0 114 44 17 510 105 65
Binary 11011010 110100 10001100 0 1001100 100100 1111 101001000 1000101 110101

Color Harmonies of #DA348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA348C

Black with #DA348C

Text Example


Text Example

White with #DA348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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