Html Css Color HEX #D1347F Deep Cerise

📋 copy color: '#D1347F'

red 209 ◦ green 52 ◦ blue 127

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

Shades of Deep Cerise #D1347F

Tints of Deep Cerise #D1347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 53.87%
G = 13.4%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1347F (or 0xD1347F) is known color: Deep Cerise. HEX triplet: D1, 34 and 7F. RGB value is (209,52,127). Sum of RGB (Red+Green+Blue) = 209+52+127=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1347F is #2ECB80. Grayscale: #6B6B6B. Windows color (decimal): -3066753 or 8336593. OLE color: 8336593.

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

Color convert

RGB 209 52 127 -
CMYK 0 0.75 0.39 0.18
HSL 331.34º 0.63% 0.51% -
HSV(B) 331.34º 0.75% 0.82% -
XYZ 31.35 17.54 21.81 -
YUV 107.49 139.01 200.4 -
System Red Green Blue C M Y K H S L
Decimal 209 52 127 0 0.75 0.39 0.18 331.34 0.63 0.51
Hex D1 34 7F 0 4B 27 12 14B 3F 33
Octal 321 64 177 0 113 47 22 513 77 63
Binary 11010001 110100 1111111 0 1001011 100111 10010 101001011 111111 110011

Color Harmonies of #D1347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1347F

Black with #D1347F

Text Example


Text Example

White with #D1347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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