Html Css Color HEX #D3259F Deep Cerise

📋 copy color: '#D3259F'

red 211 ◦ green 37 ◦ blue 159

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

Shades of Deep Cerise #D3259F

Tints of Deep Cerise #D3259F

RGB

 RED value IS 211 (82.81% from 255) = 51.84%

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

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 51.84%
G = 9.09%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3259F (or 0xD3259F) is known color: Deep Cerise. HEX triplet: D3, 25 and 9F. RGB value is (211,37,159). Sum of RGB (Red+Green+Blue) = 211+37+159=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3259F is #2CDA60. Grayscale: #666666. Windows color (decimal): -2939489 or 10429907. OLE color: 10429907.

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

Color convert

RGB 211 37 159 -
CMYK 0 0.82 0.25 0.17
HSL 317.93º 0.7% 0.49% -
HSV(B) 317.93º 0.82% 0.83% -
XYZ 33.78 17.68 34.43 -
YUV 102.93 159.65 205.08 -
System Red Green Blue C M Y K H S L
Decimal 211 37 159 0 0.82 0.25 0.17 317.93 0.7 0.49
Hex D3 25 9F 0 52 19 11 13E 46 31
Octal 323 45 237 0 122 31 21 476 106 61
Binary 11010011 100101 10011111 0 1010010 11001 10001 100111110 1000110 110001

Color Harmonies of #D3259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3259F

Black with #D3259F

Text Example


Text Example

White with #D3259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3259F; }

 p { color: rgb(211,37,159); }

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

background-color css

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

 a { background-color: rgb(211,37,159); }

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

border-color css

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

 span { border-color: rgb(211,37,159); }

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