Html Css Color HEX #D1305A Cerise

📋 copy color: '#D1305A'

red 209 ◦ green 48 ◦ blue 90

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

Shades of Cerise #D1305A

Tints of Cerise #D1305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

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

R = 60.23%
G = 13.83%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1305A (or 0xD1305A) is known color: Cerise. HEX triplet: D1, 30 and 5A. RGB value is (209,48,90). Sum of RGB (Red+Green+Blue) = 209+48+90=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D1305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1305A is #2ECFA5. Grayscale: #646464. Windows color (decimal): -3067814 or 5910737. OLE color: 5910737.

HSL color Cylindrical-coordinate representation of color #D1305A: hue angle of 344.35º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1305A is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 90 -
CMYK 0 0.77 0.57 0.18
HSL 344.35º 0.64% 0.5% -
HSV(B) 344.35º 0.77% 0.82% -
XYZ 29.2 16.41 11.3 -
YUV 100.93 121.84 205.08 -
System Red Green Blue C M Y K H S L
Decimal 209 48 90 0 0.77 0.57 0.18 344.35 0.64 0.5
Hex D1 30 5A 0 4D 39 12 158 40 32
Octal 321 60 132 0 115 71 22 530 100 62
Binary 11010001 110000 1011010 0 1001101 111001 10010 101011000 1000000 110010

Color Harmonies of #D1305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1305A

Black with #D1305A

Text Example


Text Example

White with #D1305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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