Html Css Color HEX #DA346E Cerise

📋 copy color: '#DA346E'

red 218 ◦ green 52 ◦ blue 110

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

Shades of Cerise #DA346E

Tints of Cerise #DA346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 57.37%
G = 13.68%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA346E (or 0xDA346E) is known color: Cerise. HEX triplet: DA, 34 and 6E. RGB value is (218,52,110). Sum of RGB (Red+Green+Blue) = 218+52+110=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA346E is #25CB91. Grayscale: #6C6C6C. Windows color (decimal): -2476946 or 7222490. OLE color: 7222490.

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

Color convert

RGB 218 52 110 -
CMYK 0 0.76 0.50 0.15
HSL 339.04º 0.69% 0.53% -
HSV(B) 339.04º 0.76% 0.85% -
XYZ 32.96 18.49 16.58 -
YUV 108.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 218 52 110 0 0.76 0.50 0.15 339.04 0.69 0.53
Hex DA 34 6E 0 4C 32 F 153 45 35
Octal 332 64 156 0 114 62 17 523 105 65
Binary 11011010 110100 1101110 0 1001100 110010 1111 101010011 1000101 110101

Color Harmonies of #DA346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA346E

Black with #DA346E

Text Example


Text Example

White with #DA346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA346E; }

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

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

background-color css

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

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

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

border-color css

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

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

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