Html Css Color HEX #D6238A Deep Cerise

📋 copy color: '#D6238A'

red 214 ◦ green 35 ◦ blue 138

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

Shades of Deep Cerise #D6238A

Tints of Deep Cerise #D6238A

RGB

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

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

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

R = 55.3%
G = 9.04%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6238A (or 0xD6238A) is known color: Deep Cerise. HEX triplet: D6, 23 and 8A. RGB value is (214,35,138). Sum of RGB (Red+Green+Blue) = 214+35+138=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6238A is #29DC75. Grayscale: #646464. Windows color (decimal): -2743414 or 9053142. OLE color: 9053142.

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

Color convert

RGB 214 35 138 -
CMYK 0 0.84 0.36 0.16
HSL 325.47º 0.72% 0.49% -
HSV(B) 325.47º 0.84% 0.84% -
XYZ 32.92 17.33 25.66 -
YUV 100.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 214 35 138 0 0.84 0.36 0.16 325.47 0.72 0.49
Hex D6 23 8A 0 54 24 10 145 48 31
Octal 326 43 212 0 124 44 20 505 110 61
Binary 11010110 100011 10001010 0 1010100 100100 10000 101000101 1001000 110001

Color Harmonies of #D6238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6238A

Black with #D6238A

Text Example


Text Example

White with #D6238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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