Html Css Color HEX #D1346F Cerise

📋 copy color: '#D1346F'

red 209 ◦ green 52 ◦ blue 111

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

Shades of Cerise #D1346F

Tints of Cerise #D1346F

RGB

 RED value IS 209 (82.03% from 255) = 56.18%

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

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

R = 56.18%
G = 13.98%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1346F (or 0xD1346F) is known color: Cerise. HEX triplet: D1, 34 and 6F. RGB value is (209,52,111). Sum of RGB (Red+Green+Blue) = 209+52+111=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1346F is #2ECB90. Grayscale: #696969. Windows color (decimal): -3066769 or 7288017. OLE color: 7288017.

HSL color Cylindrical-coordinate representation of color #D1346F: hue angle of 337.45º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1346F is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 52 111 -
CMYK 0 0.75 0.47 0.18
HSL 337.45º 0.63% 0.51% -
HSV(B) 337.45º 0.75% 0.82% -
XYZ 30.39 17.16 16.75 -
YUV 105.67 131.01 201.7 -
System Red Green Blue C M Y K H S L
Decimal 209 52 111 0 0.75 0.47 0.18 337.45 0.63 0.51
Hex D1 34 6F 0 4B 2F 12 151 3F 33
Octal 321 64 157 0 113 57 22 521 77 63
Binary 11010001 110100 1101111 0 1001011 101111 10010 101010001 111111 110011

Color Harmonies of #D1346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1346F

Black with #D1346F

Text Example


Text Example

White with #D1346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1346F; }

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

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

background-color css

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

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

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

border-color css

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

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

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