Html Css Color HEX #DF346B Cerise

📋 copy color: '#DF346B'

red 223 ◦ green 52 ◦ blue 107

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

Shades of Cerise #DF346B

Tints of Cerise #DF346B

RGB

 RED value IS 223 (87.5% from 255) = 58.38%

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

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

R = 58.38%
G = 13.61%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF346B (or 0xDF346B) is known color: Cerise. HEX triplet: DF, 34 and 6B. RGB value is (223,52,107). Sum of RGB (Red+Green+Blue) = 223+52+107=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF346B is #20CB94. Grayscale: #6D6D6D. Windows color (decimal): -2149269 or 7025887. OLE color: 7025887.

HSL color Cylindrical-coordinate representation of color #DF346B: hue angle of 340.7º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF346B is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 52 107 -
CMYK 0 0.77 0.52 0.13
HSL 340.7º 0.73% 0.54% -
HSV(B) 340.7º 0.77% 0.87% -
XYZ 34.31 19.21 15.81 -
YUV 109.4 126.65 209.03 -
System Red Green Blue C M Y K H S L
Decimal 223 52 107 0 0.77 0.52 0.13 340.7 0.73 0.54
Hex DF 34 6B 0 4D 34 D 155 49 36
Octal 337 64 153 0 115 64 15 525 111 66
Binary 11011111 110100 1101011 0 1001101 110100 1101 101010101 1001001 110110

Color Harmonies of #DF346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF346B

Black with #DF346B

Text Example


Text Example

White with #DF346B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF346B; }

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

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

background-color css

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

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

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

border-color css

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

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

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