Html Css Color HEX #D5267F Deep Cerise

📋 copy color: '#D5267F'

red 213 ◦ green 38 ◦ blue 127

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

Shades of Deep Cerise #D5267F

Tints of Deep Cerise #D5267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.6%

R = 56.35%
G = 10.05%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5267F (or 0xD5267F) is known color: Deep Cerise. HEX triplet: D5, 26 and 7F. RGB value is (213,38,127). Sum of RGB (Red+Green+Blue) = 213+38+127=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5267F is #2AD980. Grayscale: #646464. Windows color (decimal): -2808193 or 8333013. OLE color: 8333013.

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

Color convert

RGB 213 38 127 -
CMYK 0 0.82 0.40 0.16
HSL 329.49º 0.7% 0.49% -
HSV(B) 329.49º 0.82% 0.84% -
XYZ 31.96 17.06 21.69 -
YUV 100.47 142.98 208.26 -
System Red Green Blue C M Y K H S L
Decimal 213 38 127 0 0.82 0.40 0.16 329.49 0.7 0.49
Hex D5 26 7F 0 52 28 10 149 46 31
Octal 325 46 177 0 122 50 20 511 106 61
Binary 11010101 100110 1111111 0 1010010 101000 10000 101001001 1000110 110001

Color Harmonies of #D5267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5267F

Black with #D5267F

Text Example


Text Example

White with #D5267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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