Html Css Color HEX #D6428B Deep Cerise

📋 copy color: '#D6428B'

red 214 ◦ green 66 ◦ blue 139

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

Shades of Deep Cerise #D6428B

Tints of Deep Cerise #D6428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 51.07%
G = 15.75%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6428B (or 0xD6428B) is known color: Deep Cerise. HEX triplet: D6, 42 and 8B. RGB value is (214,66,139). Sum of RGB (Red+Green+Blue) = 214+66+139=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6428B is #29BD74. Grayscale: #767676. Windows color (decimal): -2735477 or 9126614. OLE color: 9126614.

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

Color convert

RGB 214 66 139 -
CMYK 0 0.69 0.35 0.16
HSL 330.41º 0.64% 0.55% -
HSV(B) 330.41º 0.69% 0.84% -
XYZ 34.34 20.06 26.49 -
YUV 118.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 214 66 139 0 0.69 0.35 0.16 330.41 0.64 0.55
Hex D6 42 8B 0 45 23 10 14A 40 37
Octal 326 102 213 0 105 43 20 512 100 67
Binary 11010110 1000010 10001011 0 1000101 100011 10000 101001010 1000000 110111

Color Harmonies of #D6428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6428B

Black with #D6428B

Text Example


Text Example

White with #D6428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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