Html Css Color HEX #DF83B6 Persian Pink

📋 copy color: '#DF83B6'

red 223 ◦ green 131 ◦ blue 182

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

Shades of Persian Pink #DF83B6

Tints of Persian Pink #DF83B6

RGB

 RED value IS 223 (87.5% from 255) = 41.6%

 GREEN value IS 131 (51.56% from 255) = 24.44%

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

R = 41.6%
G = 24.44%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF83B6 (or 0xDF83B6) is known color: Persian Pink. HEX triplet: DF, 83 and B6. RGB value is (223,131,182). Sum of RGB (Red+Green+Blue) = 223+131+182=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83B6 is #207C49. Grayscale: #A4A4A4. Windows color (decimal): -2128970 or 11961311. OLE color: 11961311.

HSL color Cylindrical-coordinate representation of color #DF83B6: hue angle of 326.74º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF83B6 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 131 182 -
CMYK 0 0.41 0.18 0.13
HSL 326.74º 0.59% 0.69% -
HSV(B) 326.74º 0.41% 0.87% -
XYZ 46.99 35.3 48.59 -
YUV 164.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 223 131 182 0 0.41 0.18 0.13 326.74 0.59 0.69
Hex DF 83 B6 0 29 12 D 147 3B 45
Octal 337 203 266 0 51 22 15 507 73 105
Binary 11011111 10000011 10110110 0 101001 10010 1101 101000111 111011 1000101

Color Harmonies of #DF83B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF83B6

Black with #DF83B6

Text Example


Text Example

White with #DF83B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF83B6; }

 p { color: rgb(223,131,182); }

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

background-color css

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

 a { background-color: rgb(223,131,182); }

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

border-color css

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

 span { border-color: rgb(223,131,182); }

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