Html Css Color HEX #D1305B Cerise

📋 copy color: '#D1305B'

red 209 ◦ green 48 ◦ blue 91

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

Shades of Cerise #D1305B

Tints of Cerise #D1305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.15%

R = 60.06%
G = 13.79%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1305B (or 0xD1305B) is known color: Cerise. HEX triplet: D1, 30 and 5B. RGB value is (209,48,91). Sum of RGB (Red+Green+Blue) = 209+48+91=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D1305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1305B is #2ECFA4. Grayscale: #656565. Windows color (decimal): -3067813 or 5976273. OLE color: 5976273.

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

Color convert

RGB 209 48 91 -
CMYK 0 0.77 0.56 0.18
HSL 343.98º 0.64% 0.5% -
HSV(B) 343.98º 0.77% 0.82% -
XYZ 29.24 16.42 11.53 -
YUV 101.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 209 48 91 0 0.77 0.56 0.18 343.98 0.64 0.5
Hex D1 30 5B 0 4D 38 12 158 40 32
Octal 321 60 133 0 115 70 22 530 100 62
Binary 11010001 110000 1011011 0 1001101 111000 10010 101011000 1000000 110010

Color Harmonies of #D1305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1305B

Black with #D1305B

Text Example


Text Example

White with #D1305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1305B; }

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

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

background-color css

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

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

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

border-color css

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

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

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