Html Css Color HEX #D5258F Deep Cerise

📋 copy color: '#D5258F'

red 213 ◦ green 37 ◦ blue 143

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

Shades of Deep Cerise #D5258F

Tints of Deep Cerise #D5258F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.41%

 BLUE value IS 143 (56.25% from 255) = 36.39%

R = 54.2%
G = 9.41%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5258F (or 0xD5258F) is known color: Deep Cerise. HEX triplet: D5, 25 and 8F. RGB value is (213,37,143). Sum of RGB (Red+Green+Blue) = 213+37+143=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5258F is #2ADA70. Grayscale: #656565. Windows color (decimal): -2808433 or 9381333. OLE color: 9381333.

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

Color convert

RGB 213 37 143 -
CMYK 0 0.83 0.33 0.16
HSL 323.86º 0.7% 0.49% -
HSV(B) 323.86º 0.83% 0.84% -
XYZ 33.06 17.45 27.61 -
YUV 101.71 151.31 207.38 -
System Red Green Blue C M Y K H S L
Decimal 213 37 143 0 0.83 0.33 0.16 323.86 0.7 0.49
Hex D5 25 8F 0 53 21 10 144 46 31
Octal 325 45 217 0 123 41 20 504 106 61
Binary 11010101 100101 10001111 0 1010011 100001 10000 101000100 1000110 110001

Color Harmonies of #D5258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5258F

Black with #D5258F

Text Example


Text Example

White with #D5258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5258F; }

 p { color: rgb(213,37,143); }

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

background-color css

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

 a { background-color: rgb(213,37,143); }

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

border-color css

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

 span { border-color: rgb(213,37,143); }

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