Html Css Color HEX #D5305B Cerise

📋 copy color: '#D5305B'

red 213 ◦ green 48 ◦ blue 91

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

Shades of Cerise #D5305B

Tints of Cerise #D5305B

RGB

 RED value IS 213 (83.59% from 255) = 60.51%

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

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

R = 60.51%
G = 13.64%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5305B (or 0xD5305B) is known color: Cerise. HEX triplet: D5, 30 and 5B. RGB value is (213,48,91). Sum of RGB (Red+Green+Blue) = 213+48+91=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D5305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5305B is #2ACFA4. Grayscale: #666666. Windows color (decimal): -2805669 or 5976277. OLE color: 5976277.

HSL color Cylindrical-coordinate representation of color #D5305B: hue angle of 344.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5305B is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 48 91 -
CMYK 0 0.77 0.57 0.16
HSL 344.36º 0.66% 0.51% -
HSV(B) 344.36º 0.77% 0.84% -
XYZ 30.39 17.02 11.58 -
YUV 102.24 121.66 207 -
System Red Green Blue C M Y K H S L
Decimal 213 48 91 0 0.77 0.57 0.16 344.36 0.66 0.51
Hex D5 30 5B 0 4D 39 10 158 42 33
Octal 325 60 133 0 115 71 20 530 102 63
Binary 11010101 110000 1011011 0 1001101 111001 10000 101011000 1000010 110011

Color Harmonies of #D5305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5305B

Black with #D5305B

Text Example


Text Example

White with #D5305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5305B; }

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

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

background-color css

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

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

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

border-color css

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

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

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