Html Css Color HEX #D6428F Deep Cerise

📋 copy color: '#D6428F'

red 214 ◦ green 66 ◦ blue 143

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

Shades of Deep Cerise #D6428F

Tints of Deep Cerise #D6428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 50.59%
G = 15.6%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6428F (or 0xD6428F) is known color: Deep Cerise. HEX triplet: D6, 42 and 8F. RGB value is (214,66,143). Sum of RGB (Red+Green+Blue) = 214+66+143=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6428F is #29BD70. Grayscale: #767676. Windows color (decimal): -2735473 or 9388758. OLE color: 9388758.

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

Color convert

RGB 214 66 143 -
CMYK 0 0.69 0.33 0.16
HSL 328.78º 0.64% 0.55% -
HSV(B) 328.78º 0.69% 0.84% -
XYZ 34.64 20.18 28.06 -
YUV 119.03 141.53 195.74 -
System Red Green Blue C M Y K H S L
Decimal 214 66 143 0 0.69 0.33 0.16 328.78 0.64 0.55
Hex D6 42 8F 0 45 21 10 149 40 37
Octal 326 102 217 0 105 41 20 511 100 67
Binary 11010110 1000010 10001111 0 1000101 100001 10000 101001001 1000000 110111

Color Harmonies of #D6428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6428F

Black with #D6428F

Text Example


Text Example

White with #D6428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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