Html Css Color HEX #D223B0 Spicy Pink

📋 copy color: '#D223B0'

red 210 ◦ green 35 ◦ blue 176

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

Shades of Spicy Pink #D223B0

Tints of Spicy Pink #D223B0

RGB

 RED value IS 210 (82.42% from 255) = 49.88%

 GREEN value IS 35 (14.06% from 255) = 8.31%

 BLUE value IS 176 (69.14% from 255) = 41.81%

R = 49.88%
G = 8.31%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D223B0 (or 0xD223B0) is known color: Spicy Pink. HEX triplet: D2, 23 and B0. RGB value is (210,35,176). Sum of RGB (Red+Green+Blue) = 210+35+176=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D223B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D223B0 is #2DDC4F. Grayscale: #676767. Windows color (decimal): -3005520 or 11543506. OLE color: 11543506.

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

Color convert

RGB 210 35 176 -
CMYK 0 0.83 0.16 0.18
HSL 311.66º 0.71% 0.48% -
HSV(B) 311.66º 0.83% 0.82% -
XYZ 35.02 18.04 42.71 -
YUV 103.4 168.98 204.04 -
System Red Green Blue C M Y K H S L
Decimal 210 35 176 0 0.83 0.16 0.18 311.66 0.71 0.48
Hex D2 23 B0 0 53 10 12 138 47 30
Octal 322 43 260 0 123 20 22 470 107 60
Binary 11010010 100011 10110000 0 1010011 10000 10010 100111000 1000111 110000

Color Harmonies of #D223B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D223B0

Black with #D223B0

Text Example


Text Example

White with #D223B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D223B0; }

 p { color: rgb(210,35,176); }

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

background-color css

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

 a { background-color: rgb(210,35,176); }

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

border-color css

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

 span { border-color: rgb(210,35,176); }

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