Html Css Color HEX #D1345F Cerise

📋 copy color: '#D1345F'

red 209 ◦ green 52 ◦ blue 95

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

Shades of Cerise #D1345F

Tints of Cerise #D1345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 58.71%
G = 14.61%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1345F (or 0xD1345F) is known color: Cerise. HEX triplet: D1, 34 and 5F. RGB value is (209,52,95). Sum of RGB (Red+Green+Blue) = 209+52+95=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1345F is #2ECBA0. Grayscale: #676767. Windows color (decimal): -3066785 or 6239441. OLE color: 6239441.

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

Color convert

RGB 209 52 95 -
CMYK 0 0.75 0.55 0.18
HSL 343.57º 0.63% 0.51% -
HSV(B) 343.57º 0.75% 0.82% -
XYZ 29.59 16.84 12.52 -
YUV 103.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 209 52 95 0 0.75 0.55 0.18 343.57 0.63 0.51
Hex D1 34 5F 0 4B 37 12 158 3F 33
Octal 321 64 137 0 113 67 22 530 77 63
Binary 11010001 110100 1011111 0 1001011 110111 10010 101011000 111111 110011

Color Harmonies of #D1345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1345F

Black with #D1345F

Text Example


Text Example

White with #D1345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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