Html Css Color HEX #D3257E Deep Cerise

📋 copy color: '#D3257E'

red 211 ◦ green 37 ◦ blue 126

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

Shades of Deep Cerise #D3257E

Tints of Deep Cerise #D3257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.69%

R = 56.42%
G = 9.89%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3257E (or 0xD3257E) is known color: Deep Cerise. HEX triplet: D3, 25 and 7E. RGB value is (211,37,126). Sum of RGB (Red+Green+Blue) = 211+37+126=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D3257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3257E is #2CDA81. Grayscale: #626262. Windows color (decimal): -2939522 or 8267219. OLE color: 8267219.

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

Color convert

RGB 211 37 126 -
CMYK 0 0.82 0.40 0.17
HSL 329.31º 0.7% 0.49% -
HSV(B) 329.31º 0.82% 0.83% -
XYZ 31.29 16.68 21.31 -
YUV 99.17 143.15 207.76 -
System Red Green Blue C M Y K H S L
Decimal 211 37 126 0 0.82 0.40 0.17 329.31 0.7 0.49
Hex D3 25 7E 0 52 28 11 149 46 31
Octal 323 45 176 0 122 50 21 511 106 61
Binary 11010011 100101 1111110 0 1010010 101000 10001 101001001 1000110 110001

Color Harmonies of #D3257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3257E

Black with #D3257E

Text Example


Text Example

White with #D3257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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