Html Css Color HEX #D228AF Spicy Pink

📋 copy color: '#D228AF'

red 210 ◦ green 40 ◦ blue 175

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

Shades of Spicy Pink #D228AF

Tints of Spicy Pink #D228AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.18%

R = 49.41%
G = 9.41%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D228AF (or 0xD228AF) is known color: Spicy Pink. HEX triplet: D2, 28 and AF. RGB value is (210,40,175). Sum of RGB (Red+Green+Blue) = 210+40+175=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D228AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D228AF is #2DD750. Grayscale: #696969. Windows color (decimal): -3004241 or 11479250. OLE color: 11479250.

HSL color Cylindrical-coordinate representation of color #D228AF: hue angle of 312.35º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D228AF is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 40 175 -
CMYK 0 0.81 0.17 0.18
HSL 312.35º 0.68% 0.49% -
HSV(B) 312.35º 0.81% 0.82% -
XYZ 35.08 18.31 42.24 -
YUV 106.22 166.82 202.02 -
System Red Green Blue C M Y K H S L
Decimal 210 40 175 0 0.81 0.17 0.18 312.35 0.68 0.49
Hex D2 28 AF 0 51 11 12 138 44 31
Octal 322 50 257 0 121 21 22 470 104 61
Binary 11010010 101000 10101111 0 1010001 10001 10010 100111000 1000100 110001

Color Harmonies of #D228AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228AF

Black with #D228AF

Text Example


Text Example

White with #D228AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228AF; }

 p { color: rgb(210,40,175); }

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

background-color css

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

 a { background-color: rgb(210,40,175); }

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

border-color css

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

 span { border-color: rgb(210,40,175); }

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