Html Css Color HEX #D1325A Cerise

📋 copy color: '#D1325A'

red 209 ◦ green 50 ◦ blue 90

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

Shades of Cerise #D1325A

Tints of Cerise #D1325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 59.89%
G = 14.33%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1325A (or 0xD1325A) is known color: Cerise. HEX triplet: D1, 32 and 5A. RGB value is (209,50,90). Sum of RGB (Red+Green+Blue) = 209+50+90=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D1325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1325A is #2ECDA5. Grayscale: #666666. Windows color (decimal): -3067302 or 5911249. OLE color: 5911249.

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

Color convert

RGB 209 50 90 -
CMYK 0 0.76 0.57 0.18
HSL 344.91º 0.63% 0.51% -
HSV(B) 344.91º 0.76% 0.82% -
XYZ 29.28 16.57 11.33 -
YUV 102.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 209 50 90 0 0.76 0.57 0.18 344.91 0.63 0.51
Hex D1 32 5A 0 4C 39 12 159 3F 33
Octal 321 62 132 0 114 71 22 531 77 63
Binary 11010001 110010 1011010 0 1001100 111001 10010 101011001 111111 110011

Color Harmonies of #D1325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1325A

Black with #D1325A

Text Example


Text Example

White with #D1325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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