Html Css Color HEX #DA348E Deep Cerise

📋 copy color: '#DA348E'

red 218 ◦ green 52 ◦ blue 142

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

Shades of Deep Cerise #DA348E

Tints of Deep Cerise #DA348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 52.91%
G = 12.62%
B = 34.47%

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

#DA348E (or 0xDA348E) is known color: Deep Cerise. HEX triplet: DA, 34 and 8E. RGB value is (218,52,142). Sum of RGB (Red+Green+Blue) = 218+52+142=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA348E is #25CB71. Grayscale: #6F6F6F. Windows color (decimal): -2476914 or 9319642. OLE color: 9319642.

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

Color convert

RGB 218 52 142 -
CMYK 0 0.76 0.35 0.15
HSL 327.47º 0.69% 0.53% -
HSV(B) 327.47º 0.76% 0.85% -
XYZ 35.02 19.31 27.47 -
YUV 111.89 145 203.68 -
System Red Green Blue C M Y K H S L
Decimal 218 52 142 0 0.76 0.35 0.15 327.47 0.69 0.53
Hex DA 34 8E 0 4C 23 F 147 45 35
Octal 332 64 216 0 114 43 17 507 105 65
Binary 11011010 110100 10001110 0 1001100 100011 1111 101000111 1000101 110101

Color Harmonies of #DA348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA348E

Black with #DA348E

Text Example


Text Example

White with #DA348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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