Html Css Color HEX #D6248C Deep Cerise

📋 copy color: '#D6248C'

red 214 ◦ green 36 ◦ blue 140

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

Shades of Deep Cerise #D6248C

Tints of Deep Cerise #D6248C

RGB

 RED value IS 214 (83.98% from 255) = 54.87%

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

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

R = 54.87%
G = 9.23%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6248C (or 0xD6248C) is known color: Deep Cerise. HEX triplet: D6, 24 and 8C. RGB value is (214,36,140). Sum of RGB (Red+Green+Blue) = 214+36+140=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6248C is #29DB73. Grayscale: #646464. Windows color (decimal): -2743156 or 9184470. OLE color: 9184470.

HSL color Cylindrical-coordinate representation of color #D6248C: hue angle of 324.94º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6248C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 36 140 -
CMYK 0 0.83 0.35 0.16
HSL 324.94º 0.71% 0.49% -
HSV(B) 324.94º 0.83% 0.84% -
XYZ 33.1 17.45 26.44 -
YUV 101.08 149.97 208.54 -
System Red Green Blue C M Y K H S L
Decimal 214 36 140 0 0.83 0.35 0.16 324.94 0.71 0.49
Hex D6 24 8C 0 53 23 10 145 47 31
Octal 326 44 214 0 123 43 20 505 107 61
Binary 11010110 100100 10001100 0 1010011 100011 10000 101000101 1000111 110001

Color Harmonies of #D6248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6248C

Black with #D6248C

Text Example


Text Example

White with #D6248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6248C; }

 p { color: rgb(214,36,140); }

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

background-color css

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

 a { background-color: rgb(214,36,140); }

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

border-color css

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

 span { border-color: rgb(214,36,140); }

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