Html Css Color HEX #D1347D Deep Cerise

📋 copy color: '#D1347D'

red 209 ◦ green 52 ◦ blue 125

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

Shades of Deep Cerise #D1347D

Tints of Deep Cerise #D1347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 54.15%
G = 13.47%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1347D (or 0xD1347D) is known color: Deep Cerise. HEX triplet: D1, 34 and 7D. RGB value is (209,52,125). Sum of RGB (Red+Green+Blue) = 209+52+125=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1347D is #2ECB82. Grayscale: #6B6B6B. Windows color (decimal): -3066755 or 8205521. OLE color: 8205521.

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

Color convert

RGB 209 52 125 -
CMYK 0 0.75 0.40 0.18
HSL 332.1º 0.63% 0.51% -
HSV(B) 332.1º 0.75% 0.82% -
XYZ 31.22 17.49 21.13 -
YUV 107.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 209 52 125 0 0.75 0.40 0.18 332.1 0.63 0.51
Hex D1 34 7D 0 4B 28 12 14C 3F 33
Octal 321 64 175 0 113 50 22 514 77 63
Binary 11010001 110100 1111101 0 1001011 101000 10010 101001100 111111 110011

Color Harmonies of #D1347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1347D

Black with #D1347D

Text Example


Text Example

White with #D1347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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