Html Css Color HEX #D1325F Cerise

📋 copy color: '#D1325F'

red 209 ◦ green 50 ◦ blue 95

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

Shades of Cerise #D1325F

Tints of Cerise #D1325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

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

R = 59.04%
G = 14.12%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1325F (or 0xD1325F) is known color: Cerise. HEX triplet: D1, 32 and 5F. RGB value is (209,50,95). Sum of RGB (Red+Green+Blue) = 209+50+95=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1325F is #2ECDA0. Grayscale: #666666. Windows color (decimal): -3067297 or 6238929. OLE color: 6238929.

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

Color convert

RGB 209 50 95 -
CMYK 0 0.76 0.55 0.18
HSL 343.02º 0.63% 0.51% -
HSV(B) 343.02º 0.76% 0.82% -
XYZ 29.5 16.66 12.49 -
YUV 102.67 123.68 203.84 -
System Red Green Blue C M Y K H S L
Decimal 209 50 95 0 0.76 0.55 0.18 343.02 0.63 0.51
Hex D1 32 5F 0 4C 37 12 157 3F 33
Octal 321 62 137 0 114 67 22 527 77 63
Binary 11010001 110010 1011111 0 1001100 110111 10010 101010111 111111 110011

Color Harmonies of #D1325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1325F

Black with #D1325F

Text Example


Text Example

White with #D1325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1325F; }

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

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

background-color css

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

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

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

border-color css

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

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

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