Html Css Color HEX #D1325C Cerise

📋 copy color: '#D1325C'

red 209 ◦ green 50 ◦ blue 92

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

Shades of Cerise #D1325C

Tints of Cerise #D1325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 59.54%
G = 14.25%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1325C (or 0xD1325C) is known color: Cerise. HEX triplet: D1, 32 and 5C. RGB value is (209,50,92). Sum of RGB (Red+Green+Blue) = 209+50+92=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1325C is #2ECDA3. Grayscale: #666666. Windows color (decimal): -3067300 or 6042321. OLE color: 6042321.

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

Color convert

RGB 209 50 92 -
CMYK 0 0.76 0.56 0.18
HSL 344.15º 0.63% 0.51% -
HSV(B) 344.15º 0.76% 0.82% -
XYZ 29.37 16.61 11.78 -
YUV 102.33 122.18 204.08 -
System Red Green Blue C M Y K H S L
Decimal 209 50 92 0 0.76 0.56 0.18 344.15 0.63 0.51
Hex D1 32 5C 0 4C 38 12 158 3F 33
Octal 321 62 134 0 114 70 22 530 77 63
Binary 11010001 110010 1011100 0 1001100 111000 10010 101011000 111111 110011

Color Harmonies of #D1325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1325C

Black with #D1325C

Text Example


Text Example

White with #D1325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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