Html Css Color HEX #D278B6 Persian Pink

📋 copy color: '#D278B6'

red 210 ◦ green 120 ◦ blue 182

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

Shades of Persian Pink #D278B6

Tints of Persian Pink #D278B6

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.44%

 BLUE value IS 182 (71.48% from 255) = 35.55%

R = 41.02%
G = 23.44%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D278B6 (or 0xD278B6) is known color: Persian Pink. HEX triplet: D2, 78 and B6. RGB value is (210,120,182). Sum of RGB (Red+Green+Blue) = 210+120+182=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D278B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278B6 is #2D8749. Grayscale: #999999. Windows color (decimal): -2983754 or 11958482. OLE color: 11958482.

HSL color Cylindrical-coordinate representation of color #D278B6: hue angle of 318.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D278B6 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 120 182 -
CMYK 0 0.43 0.13 0.18
HSL 318.67º 0.5% 0.65% -
HSV(B) 318.67º 0.43% 0.82% -
XYZ 41.74 30.51 47.95 -
YUV 153.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 210 120 182 0 0.43 0.13 0.18 318.67 0.5 0.65
Hex D2 78 B6 0 2B D 12 13F 32 41
Octal 322 170 266 0 53 15 22 477 62 101
Binary 11010010 1111000 10110110 0 101011 1101 10010 100111111 110010 1000001

Color Harmonies of #D278B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D278B6

Black with #D278B6

Text Example


Text Example

White with #D278B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D278B6; }

 p { color: rgb(210,120,182); }

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

background-color css

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

 a { background-color: rgb(210,120,182); }

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

border-color css

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

 span { border-color: rgb(210,120,182); }

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