Html Css Color HEX #D6248A Deep Cerise

📋 copy color: '#D6248A'

red 214 ◦ green 36 ◦ blue 138

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

Shades of Deep Cerise #D6248A

Tints of Deep Cerise #D6248A

RGB

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

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

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

R = 55.15%
G = 9.28%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6248A (or 0xD6248A) is known color: Deep Cerise. HEX triplet: D6, 24 and 8A. RGB value is (214,36,138). Sum of RGB (Red+Green+Blue) = 214+36+138=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6248A is #29DB75. Grayscale: #646464. Windows color (decimal): -2743158 or 9053398. OLE color: 9053398.

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

Color convert

RGB 214 36 138 -
CMYK 0 0.83 0.36 0.16
HSL 325.62º 0.71% 0.49% -
HSV(B) 325.62º 0.83% 0.84% -
XYZ 32.95 17.39 25.67 -
YUV 100.85 148.97 208.71 -
System Red Green Blue C M Y K H S L
Decimal 214 36 138 0 0.83 0.36 0.16 325.62 0.71 0.49
Hex D6 24 8A 0 53 24 10 146 47 31
Octal 326 44 212 0 123 44 20 506 107 61
Binary 11010110 100100 10001010 0 1010011 100100 10000 101000110 1000111 110001

Color Harmonies of #D6248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6248A

Black with #D6248A

Text Example


Text Example

White with #D6248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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