Html Css Color HEX #DA346B Cerise

📋 copy color: '#DA346B'

red 218 ◦ green 52 ◦ blue 107

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

Shades of Cerise #DA346B

Tints of Cerise #DA346B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.38%

R = 57.82%
G = 13.79%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA346B (or 0xDA346B) is known color: Cerise. HEX triplet: DA, 34 and 6B. RGB value is (218,52,107). Sum of RGB (Red+Green+Blue) = 218+52+107=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA346B is #25CB94. Grayscale: #6B6B6B. Windows color (decimal): -2476949 or 7025882. OLE color: 7025882.

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

Color convert

RGB 218 52 107 -
CMYK 0 0.76 0.51 0.15
HSL 340.12º 0.69% 0.53% -
HSV(B) 340.12º 0.76% 0.85% -
XYZ 32.8 18.42 15.74 -
YUV 107.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 218 52 107 0 0.76 0.51 0.15 340.12 0.69 0.53
Hex DA 34 6B 0 4C 33 F 154 45 35
Octal 332 64 153 0 114 63 17 524 105 65
Binary 11011010 110100 1101011 0 1001100 110011 1111 101010100 1000101 110101

Color Harmonies of #DA346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA346B

Black with #DA346B

Text Example


Text Example

White with #DA346B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA346B; }

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

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

background-color css

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

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

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

border-color css

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

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

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