Html Css Color HEX #D3248A Deep Cerise

📋 copy color: '#D3248A'

red 211 ◦ green 36 ◦ blue 138

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

Shades of Deep Cerise #D3248A

Tints of Deep Cerise #D3248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 54.81%
G = 9.35%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3248A (or 0xD3248A) is known color: Deep Cerise. HEX triplet: D3, 24 and 8A. RGB value is (211,36,138). Sum of RGB (Red+Green+Blue) = 211+36+138=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3248A is #2CDB75. Grayscale: #636363. Windows color (decimal): -2939766 or 9053395. OLE color: 9053395.

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

Color convert

RGB 211 36 138 -
CMYK 0 0.83 0.35 0.17
HSL 325.03º 0.71% 0.48% -
HSV(B) 325.03º 0.83% 0.83% -
XYZ 32.08 16.95 25.62 -
YUV 99.95 149.48 207.21 -
System Red Green Blue C M Y K H S L
Decimal 211 36 138 0 0.83 0.35 0.17 325.03 0.71 0.48
Hex D3 24 8A 0 53 23 11 145 47 30
Octal 323 44 212 0 123 43 21 505 107 60
Binary 11010011 100100 10001010 0 1010011 100011 10001 101000101 1000111 110000

Color Harmonies of #D3248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3248A

Black with #D3248A

Text Example


Text Example

White with #D3248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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