Html Css Color HEX #D5289D Deep Cerise

📋 copy color: '#D5289D'

red 213 ◦ green 40 ◦ blue 157

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

Shades of Deep Cerise #D5289D

Tints of Deep Cerise #D5289D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.76%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 51.95%
G = 9.76%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5289D (or 0xD5289D) is known color: Deep Cerise. HEX triplet: D5, 28 and 9D. RGB value is (213,40,157). Sum of RGB (Red+Green+Blue) = 213+40+157=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5289D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5289D is #2AD762. Grayscale: #686868. Windows color (decimal): -2807651 or 10299605. OLE color: 10299605.

HSL color Cylindrical-coordinate representation of color #D5289D: hue angle of 319.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5289D is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 157 -
CMYK 0 0.81 0.26 0.16
HSL 319.42º 0.68% 0.5% -
HSV(B) 319.42º 0.81% 0.84% -
XYZ 34.29 18.1 33.58 -
YUV 105.07 157.31 204.99 -
System Red Green Blue C M Y K H S L
Decimal 213 40 157 0 0.81 0.26 0.16 319.42 0.68 0.5
Hex D5 28 9D 0 51 1A 10 13F 44 32
Octal 325 50 235 0 121 32 20 477 104 62
Binary 11010101 101000 10011101 0 1010001 11010 10000 100111111 1000100 110010

Color Harmonies of #D5289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5289D

Black with #D5289D

Text Example


Text Example

White with #D5289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5289D; }

 p { color: rgb(213,40,157); }

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

background-color css

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

 a { background-color: rgb(213,40,157); }

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

border-color css

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

 span { border-color: rgb(213,40,157); }

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