Html Css Color HEX #D5269B Deep Cerise

📋 copy color: '#D5269B'

red 213 ◦ green 38 ◦ blue 155

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

Shades of Deep Cerise #D5269B

Tints of Deep Cerise #D5269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.36%

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

R = 52.46%
G = 9.36%
B = 38.18%

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

#D5269B (or 0xD5269B) is known color: Deep Cerise. HEX triplet: D5, 26 and 9B. RGB value is (213,38,155). Sum of RGB (Red+Green+Blue) = 213+38+155=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5269B is #2AD964. Grayscale: #676767. Windows color (decimal): -2808165 or 10168021. OLE color: 10168021.

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

Color convert

RGB 213 38 155 -
CMYK 0 0.82 0.27 0.16
HSL 319.89º 0.7% 0.49% -
HSV(B) 319.89º 0.82% 0.84% -
XYZ 34.05 17.9 32.67 -
YUV 103.66 156.98 205.99 -
System Red Green Blue C M Y K H S L
Decimal 213 38 155 0 0.82 0.27 0.16 319.89 0.7 0.49
Hex D5 26 9B 0 52 1B 10 140 46 31
Octal 325 46 233 0 122 33 20 500 106 61
Binary 11010101 100110 10011011 0 1010010 11011 10000 101000000 1000110 110001

Color Harmonies of #D5269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5269B

Black with #D5269B

Text Example


Text Example

White with #D5269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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