Html Css Color HEX #D624B2 Spicy Pink

📋 copy color: '#D624B2'

red 214 ◦ green 36 ◦ blue 178

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

Shades of Spicy Pink #D624B2

Tints of Spicy Pink #D624B2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.41%

 BLUE value IS 178 (69.92% from 255) = 41.59%

R = 50%
G = 8.41%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D624B2 (or 0xD624B2) is known color: Spicy Pink. HEX triplet: D6, 24 and B2. RGB value is (214,36,178). Sum of RGB (Red+Green+Blue) = 214+36+178=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D624B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D624B2 is #29DB4D. Grayscale: #696969. Windows color (decimal): -2743118 or 11674838. OLE color: 11674838.

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

Color convert

RGB 214 36 178 -
CMYK 0 0.83 0.17 0.16
HSL 312.13º 0.71% 0.49% -
HSV(B) 312.13º 0.83% 0.84% -
XYZ 36.4 18.77 43.82 -
YUV 105.41 168.97 205.45 -
System Red Green Blue C M Y K H S L
Decimal 214 36 178 0 0.83 0.17 0.16 312.13 0.71 0.49
Hex D6 24 B2 0 53 11 10 138 47 31
Octal 326 44 262 0 123 21 20 470 107 61
Binary 11010110 100100 10110010 0 1010011 10001 10000 100111000 1000111 110001

Color Harmonies of #D624B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D624B2

Black with #D624B2

Text Example


Text Example

White with #D624B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D624B2; }

 p { color: rgb(214,36,178); }

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

background-color css

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

 a { background-color: rgb(214,36,178); }

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

border-color css

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

 span { border-color: rgb(214,36,178); }

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