Html Css Color HEX #D3258C Deep Cerise

📋 copy color: '#D3258C'

red 211 ◦ green 37 ◦ blue 140

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

Shades of Deep Cerise #D3258C

Tints of Deep Cerise #D3258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 54.38%
G = 9.54%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3258C (or 0xD3258C) is known color: Deep Cerise. HEX triplet: D3, 25 and 8C. RGB value is (211,37,140). Sum of RGB (Red+Green+Blue) = 211+37+140=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D3258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3258C is #2CDA73. Grayscale: #646464. Windows color (decimal): -2939508 or 9184723. OLE color: 9184723.

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

Color convert

RGB 211 37 140 -
CMYK 0 0.82 0.34 0.17
HSL 324.48º 0.7% 0.49% -
HSV(B) 324.48º 0.82% 0.83% -
XYZ 32.26 17.07 26.4 -
YUV 100.77 150.15 206.62 -
System Red Green Blue C M Y K H S L
Decimal 211 37 140 0 0.82 0.34 0.17 324.48 0.7 0.49
Hex D3 25 8C 0 52 22 11 144 46 31
Octal 323 45 214 0 122 42 21 504 106 61
Binary 11010011 100101 10001100 0 1010010 100010 10001 101000100 1000110 110001

Color Harmonies of #D3258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3258C

Black with #D3258C

Text Example


Text Example

White with #D3258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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