Html Css Color HEX #D628A6 Deep Cerise

📋 copy color: '#D628A6'

red 214 ◦ green 40 ◦ blue 166

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

Shades of Deep Cerise #D628A6

Tints of Deep Cerise #D628A6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.52%

 BLUE value IS 166 (65.23% from 255) = 39.52%

R = 50.95%
G = 9.52%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D628A6 (or 0xD628A6) is known color: Deep Cerise. HEX triplet: D6, 28 and A6. RGB value is (214,40,166). Sum of RGB (Red+Green+Blue) = 214+40+166=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D628A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D628A6 is #29D759. Grayscale: #6A6A6A. Windows color (decimal): -2742106 or 10889430. OLE color: 10889430.

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

Color convert

RGB 214 40 166 -
CMYK 0 0.81 0.22 0.16
HSL 316.55º 0.69% 0.5% -
HSV(B) 316.55º 0.81% 0.84% -
XYZ 35.37 18.57 37.8 -
YUV 106.39 161.65 204.75 -
System Red Green Blue C M Y K H S L
Decimal 214 40 166 0 0.81 0.22 0.16 316.55 0.69 0.5
Hex D6 28 A6 0 51 16 10 13D 45 32
Octal 326 50 246 0 121 26 20 475 105 62
Binary 11010110 101000 10100110 0 1010001 10110 10000 100111101 1000101 110010

Color Harmonies of #D628A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628A6

Black with #D628A6

Text Example


Text Example

White with #D628A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628A6; }

 p { color: rgb(214,40,166); }

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

background-color css

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

 a { background-color: rgb(214,40,166); }

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

border-color css

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

 span { border-color: rgb(214,40,166); }

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