Html Css Color HEX #D5279F Deep Cerise

📋 copy color: '#D5279F'

red 213 ◦ green 39 ◦ blue 159

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

Shades of Deep Cerise #D5279F

Tints of Deep Cerise #D5279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.49%

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 51.82%
G = 9.49%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5279F (or 0xD5279F) is known color: Deep Cerise. HEX triplet: D5, 27 and 9F. RGB value is (213,39,159). Sum of RGB (Red+Green+Blue) = 213+39+159=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5279F is #2AD860. Grayscale: #686868. Windows color (decimal): -2807905 or 10430421. OLE color: 10430421.

HSL color Cylindrical-coordinate representation of color #D5279F: hue angle of 318.62º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5279F is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 159 -
CMYK 0 0.82 0.25 0.16
HSL 318.62º 0.69% 0.49% -
HSV(B) 318.62º 0.82% 0.84% -
XYZ 34.42 18.1 34.48 -
YUV 104.71 158.65 205.24 -
System Red Green Blue C M Y K H S L
Decimal 213 39 159 0 0.82 0.25 0.16 318.62 0.69 0.49
Hex D5 27 9F 0 52 19 10 13F 45 31
Octal 325 47 237 0 122 31 20 477 105 61
Binary 11010101 100111 10011111 0 1010010 11001 10000 100111111 1000101 110001

Color Harmonies of #D5279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5279F

Black with #D5279F

Text Example


Text Example

White with #D5279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5279F; }

 p { color: rgb(213,39,159); }

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

background-color css

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

 a { background-color: rgb(213,39,159); }

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

border-color css

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

 span { border-color: rgb(213,39,159); }

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