Html Css Color HEX #DA345F Cerise

📋 copy color: '#DA345F'

red 218 ◦ green 52 ◦ blue 95

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

Shades of Cerise #DA345F

Tints of Cerise #DA345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 59.73%
G = 14.25%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA345F (or 0xDA345F) is known color: Cerise. HEX triplet: DA, 34 and 5F. RGB value is (218,52,95). Sum of RGB (Red+Green+Blue) = 218+52+95=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA345F is #25CBA0. Grayscale: #6A6A6A. Windows color (decimal): -2476961 or 6239450. OLE color: 6239450.

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

Color convert

RGB 218 52 95 -
CMYK 0 0.76 0.56 0.15
HSL 344.46º 0.69% 0.53% -
HSV(B) 344.46º 0.76% 0.85% -
XYZ 32.21 18.19 12.64 -
YUV 106.54 121.5 207.5 -
System Red Green Blue C M Y K H S L
Decimal 218 52 95 0 0.76 0.56 0.15 344.46 0.69 0.53
Hex DA 34 5F 0 4C 38 F 158 45 35
Octal 332 64 137 0 114 70 17 530 105 65
Binary 11011010 110100 1011111 0 1001100 111000 1111 101011000 1000101 110101

Color Harmonies of #DA345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA345F

Black with #DA345F

Text Example


Text Example

White with #DA345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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