Html Css Color HEX #D1346C Cerise

📋 copy color: '#D1346C'

red 209 ◦ green 52 ◦ blue 108

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

Shades of Cerise #D1346C

Tints of Cerise #D1346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 56.64%
G = 14.09%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1346C (or 0xD1346C) is known color: Cerise. HEX triplet: D1, 34 and 6C. RGB value is (209,52,108). Sum of RGB (Red+Green+Blue) = 209+52+108=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1346C is #2ECB93. Grayscale: #696969. Windows color (decimal): -3066772 or 7091409. OLE color: 7091409.

HSL color Cylindrical-coordinate representation of color #D1346C: hue angle of 338.6º 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 #D1346C is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 52 108 -
CMYK 0 0.75 0.48 0.18
HSL 338.6º 0.63% 0.51% -
HSV(B) 338.6º 0.75% 0.82% -
XYZ 30.23 17.09 15.89 -
YUV 105.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 209 52 108 0 0.75 0.48 0.18 338.6 0.63 0.51
Hex D1 34 6C 0 4B 30 12 153 3F 33
Octal 321 64 154 0 113 60 22 523 77 63
Binary 11010001 110100 1101100 0 1001011 110000 10010 101010011 111111 110011

Color Harmonies of #D1346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1346C

Black with #D1346C

Text Example


Text Example

White with #D1346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1346C; }

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

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

background-color css

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

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

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

border-color css

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

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

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