Html Css Color HEX #D480BA Shocking

📋 copy color: '#D480BA'

red 212 ◦ green 128 ◦ blue 186

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

Shades of Shocking #D480BA

Tints of Shocking #D480BA

RGB

 RED value IS 212 (83.2% from 255) = 40.3%

 GREEN value IS 128 (50.39% from 255) = 24.33%

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 40.3%
G = 24.33%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D480BA (or 0xD480BA) is known color: Shocking. HEX triplet: D4, 80 and BA. RGB value is (212,128,186). Sum of RGB (Red+Green+Blue) = 212+128+186=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D480BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480BA is #2B7F45. Grayscale: #9F9F9F. Windows color (decimal): -2850630 or 12222676. OLE color: 12222676.

HSL color Cylindrical-coordinate representation of color #D480BA: hue angle of 318.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D480BA is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 128 186 -
CMYK 0 0.40 0.12 0.17
HSL 318.57º 0.49% 0.67% -
HSV(B) 318.57º 0.4% 0.83% -
XYZ 43.73 32.98 50.52 -
YUV 159.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 212 128 186 0 0.40 0.12 0.17 318.57 0.49 0.67
Hex D4 80 BA 0 28 C 11 13F 31 43
Octal 324 200 272 0 50 14 21 477 61 103
Binary 11010100 10000000 10111010 0 101000 1100 10001 100111111 110001 1000011

Color Harmonies of #D480BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D480BA

Black with #D480BA

Text Example


Text Example

White with #D480BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D480BA; }

 p { color: rgb(212,128,186); }

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

background-color css

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

 a { background-color: rgb(212,128,186); }

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

border-color css

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

 span { border-color: rgb(212,128,186); }

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