Html Css Color HEX #D625A6 Deep Cerise

📋 copy color: '#D625A6'

red 214 ◦ green 37 ◦ blue 166

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

Shades of Deep Cerise #D625A6

Tints of Deep Cerise #D625A6

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.87%

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

R = 51.32%
G = 8.87%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D625A6 (or 0xD625A6) is known color: Deep Cerise. HEX triplet: D6, 25 and A6. RGB value is (214,37,166). Sum of RGB (Red+Green+Blue) = 214+37+166=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D625A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D625A6 is #29DA59. Grayscale: #686868. Windows color (decimal): -2742874 or 10888662. OLE color: 10888662.

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

Color convert

RGB 214 37 166 -
CMYK 0 0.83 0.22 0.16
HSL 316.27º 0.71% 0.49% -
HSV(B) 316.27º 0.83% 0.84% -
XYZ 35.28 18.37 37.76 -
YUV 104.63 162.64 206.01 -
System Red Green Blue C M Y K H S L
Decimal 214 37 166 0 0.83 0.22 0.16 316.27 0.71 0.49
Hex D6 25 A6 0 53 16 10 13C 47 31
Octal 326 45 246 0 123 26 20 474 107 61
Binary 11010110 100101 10100110 0 1010011 10110 10000 100111100 1000111 110001

Color Harmonies of #D625A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625A6

Black with #D625A6

Text Example


Text Example

White with #D625A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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