Html Css Color HEX #DA346F Cerise

📋 copy color: '#DA346F'

red 218 ◦ green 52 ◦ blue 111

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

Shades of Cerise #DA346F

Tints of Cerise #DA346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 57.22%
G = 13.65%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA346F (or 0xDA346F) is known color: Cerise. HEX triplet: DA, 34 and 6F. RGB value is (218,52,111). Sum of RGB (Red+Green+Blue) = 218+52+111=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA346F is #25CB90. Grayscale: #6C6C6C. Windows color (decimal): -2476945 or 7288026. OLE color: 7288026.

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

Color convert

RGB 218 52 111 -
CMYK 0 0.76 0.49 0.15
HSL 338.67º 0.69% 0.53% -
HSV(B) 338.67º 0.76% 0.85% -
XYZ 33.01 18.51 16.87 -
YUV 108.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 218 52 111 0 0.76 0.49 0.15 338.67 0.69 0.53
Hex DA 34 6F 0 4C 31 F 153 45 35
Octal 332 64 157 0 114 61 17 523 105 65
Binary 11011010 110100 1101111 0 1001100 110001 1111 101010011 1000101 110101

Color Harmonies of #DA346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA346F

Black with #DA346F

Text Example


Text Example

White with #DA346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA346F; }

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

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

background-color css

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

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

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

border-color css

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

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

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