Html Css Color HEX #D6238C Deep Cerise

📋 copy color: '#D6238C'

red 214 ◦ green 35 ◦ blue 140

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

Shades of Deep Cerise #D6238C

Tints of Deep Cerise #D6238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9%

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

R = 55.01%
G = 9%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6238C (or 0xD6238C) is known color: Deep Cerise. HEX triplet: D6, 23 and 8C. RGB value is (214,35,140). Sum of RGB (Red+Green+Blue) = 214+35+140=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6238C is #29DC73. Grayscale: #646464. Windows color (decimal): -2743412 or 9184214. OLE color: 9184214.

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

Color convert

RGB 214 35 140 -
CMYK 0 0.84 0.35 0.16
HSL 324.8º 0.72% 0.49% -
HSV(B) 324.8º 0.84% 0.84% -
XYZ 33.07 17.39 26.43 -
YUV 100.49 150.3 208.96 -
System Red Green Blue C M Y K H S L
Decimal 214 35 140 0 0.84 0.35 0.16 324.8 0.72 0.49
Hex D6 23 8C 0 54 23 10 145 48 31
Octal 326 43 214 0 124 43 20 505 110 61
Binary 11010110 100011 10001100 0 1010100 100011 10000 101000101 1001000 110001

Color Harmonies of #D6238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6238C

Black with #D6238C

Text Example


Text Example

White with #D6238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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