Html Css Color HEX #D6428D Deep Cerise

📋 copy color: '#D6428D'

red 214 ◦ green 66 ◦ blue 141

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

Shades of Deep Cerise #D6428D

Tints of Deep Cerise #D6428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.68%

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 50.83%
G = 15.68%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6428D (or 0xD6428D) is known color: Deep Cerise. HEX triplet: D6, 42 and 8D. RGB value is (214,66,141). Sum of RGB (Red+Green+Blue) = 214+66+141=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6428D is #29BD72. Grayscale: #767676. Windows color (decimal): -2735475 or 9257686. OLE color: 9257686.

HSL color Cylindrical-coordinate representation of color #D6428D: hue angle of 329.59º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6428D is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 66 141 -
CMYK 0 0.69 0.34 0.16
HSL 329.59º 0.64% 0.55% -
HSV(B) 329.59º 0.69% 0.84% -
XYZ 34.49 20.12 27.26 -
YUV 118.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 214 66 141 0 0.69 0.34 0.16 329.59 0.64 0.55
Hex D6 42 8D 0 45 22 10 14A 40 37
Octal 326 102 215 0 105 42 20 512 100 67
Binary 11010110 1000010 10001101 0 1000101 100010 10000 101001010 1000000 110111

Color Harmonies of #D6428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6428D

Black with #D6428D

Text Example


Text Example

White with #D6428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6428D; }

 p { color: rgb(214,66,141); }

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

background-color css

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

 a { background-color: rgb(214,66,141); }

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

border-color css

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

 span { border-color: rgb(214,66,141); }

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