Html Css Color HEX #D5279B Deep Cerise

📋 copy color: '#D5279B'

red 213 ◦ green 39 ◦ blue 155

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

Shades of Deep Cerise #D5279B

Tints of Deep Cerise #D5279B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 52.33%
G = 9.58%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5279B (or 0xD5279B) is known color: Deep Cerise. HEX triplet: D5, 27 and 9B. RGB value is (213,39,155). Sum of RGB (Red+Green+Blue) = 213+39+155=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5279B is #2AD864. Grayscale: #676767. Windows color (decimal): -2807909 or 10168277. OLE color: 10168277.

HSL color Cylindrical-coordinate representation of color #D5279B: hue angle of 320º 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 #D5279B is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 155 -
CMYK 0 0.82 0.27 0.16
HSL 320º 0.69% 0.49% -
HSV(B) 320º 0.82% 0.84% -
XYZ 34.08 17.96 32.68 -
YUV 104.25 156.65 205.57 -
System Red Green Blue C M Y K H S L
Decimal 213 39 155 0 0.82 0.27 0.16 320 0.69 0.49
Hex D5 27 9B 0 52 1B 10 140 45 31
Octal 325 47 233 0 122 33 20 500 105 61
Binary 11010101 100111 10011011 0 1010010 11011 10000 101000000 1000101 110001

Color Harmonies of #D5279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5279B

Black with #D5279B

Text Example


Text Example

White with #D5279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5279B; }

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

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

background-color css

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

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

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

border-color css

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

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

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