Html Css Color HEX #D5269A Deep Cerise

📋 copy color: '#D5269A'

red 213 ◦ green 38 ◦ blue 154

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

Shades of Deep Cerise #D5269A

Tints of Deep Cerise #D5269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 52.59%
G = 9.38%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5269A (or 0xD5269A) is known color: Deep Cerise. HEX triplet: D5, 26 and 9A. RGB value is (213,38,154). Sum of RGB (Red+Green+Blue) = 213+38+154=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5269A is #2AD965. Grayscale: #676767. Windows color (decimal): -2808166 or 10102485. OLE color: 10102485.

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

Color convert

RGB 213 38 154 -
CMYK 0 0.82 0.28 0.16
HSL 320.23º 0.7% 0.49% -
HSV(B) 320.23º 0.82% 0.84% -
XYZ 33.97 17.87 32.23 -
YUV 103.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 213 38 154 0 0.82 0.28 0.16 320.23 0.7 0.49
Hex D5 26 9A 0 52 1C 10 140 46 31
Octal 325 46 232 0 122 34 20 500 106 61
Binary 11010101 100110 10011010 0 1010010 11100 10000 101000000 1000110 110001

Color Harmonies of #D5269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5269A

Black with #D5269A

Text Example


Text Example

White with #D5269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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