Html Css Color HEX #D3248F Deep Cerise

📋 copy color: '#D3248F'

red 211 ◦ green 36 ◦ blue 143

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

Shades of Deep Cerise #D3248F

Tints of Deep Cerise #D3248F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.23%

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

R = 54.1%
G = 9.23%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D3248F (or 0xD3248F) is known color: Deep Cerise. HEX triplet: D3, 24 and 8F. RGB value is (211,36,143). Sum of RGB (Red+Green+Blue) = 211+36+143=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3248F is #2CDB70. Grayscale: #646464. Windows color (decimal): -2939761 or 9381075. OLE color: 9381075.

HSL color Cylindrical-coordinate representation of color #D3248F: hue angle of 323.31º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3248F is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 36 143 -
CMYK 0 0.83 0.32 0.17
HSL 323.31º 0.71% 0.48% -
HSV(B) 323.31º 0.83% 0.83% -
XYZ 32.45 17.09 27.58 -
YUV 100.52 151.98 206.8 -
System Red Green Blue C M Y K H S L
Decimal 211 36 143 0 0.83 0.32 0.17 323.31 0.71 0.48
Hex D3 24 8F 0 53 20 11 143 47 30
Octal 323 44 217 0 123 40 21 503 107 60
Binary 11010011 100100 10001111 0 1010011 100000 10001 101000011 1000111 110000

Color Harmonies of #D3248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3248F

Black with #D3248F

Text Example


Text Example

White with #D3248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3248F; }

 p { color: rgb(211,36,143); }

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

background-color css

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

 a { background-color: rgb(211,36,143); }

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

border-color css

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

 span { border-color: rgb(211,36,143); }

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