Html Css Color HEX #D625A0 Deep Cerise

📋 copy color: '#D625A0'

red 214 ◦ green 37 ◦ blue 160

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

Shades of Deep Cerise #D625A0

Tints of Deep Cerise #D625A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 52.07%
G = 9%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D625A0 (or 0xD625A0) is known color: Deep Cerise. HEX triplet: D6, 25 and A0. RGB value is (214,37,160). Sum of RGB (Red+Green+Blue) = 214+37+160=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D625A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D625A0 is #29DA5F. Grayscale: #676767. Windows color (decimal): -2742880 or 10495446. OLE color: 10495446.

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

Color convert

RGB 214 37 160 -
CMYK 0 0.83 0.25 0.16
HSL 318.31º 0.71% 0.49% -
HSV(B) 318.31º 0.83% 0.84% -
XYZ 34.74 18.16 34.93 -
YUV 103.95 159.64 206.5 -
System Red Green Blue C M Y K H S L
Decimal 214 37 160 0 0.83 0.25 0.16 318.31 0.71 0.49
Hex D6 25 A0 0 53 19 10 13E 47 31
Octal 326 45 240 0 123 31 20 476 107 61
Binary 11010110 100101 10100000 0 1010011 11001 10000 100111110 1000111 110001

Color Harmonies of #D625A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625A0

Black with #D625A0

Text Example


Text Example

White with #D625A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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