Html Css Color HEX #DF6EB3 Persian Pink

📋 copy color: '#DF6EB3'

red 223 ◦ green 110 ◦ blue 179

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

Shades of Persian Pink #DF6EB3

Tints of Persian Pink #DF6EB3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.48%

 BLUE value IS 179 (70.31% from 255) = 34.96%

R = 43.55%
G = 21.48%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF6EB3 (or 0xDF6EB3) is known color: Persian Pink. HEX triplet: DF, 6E and B3. RGB value is (223,110,179). Sum of RGB (Red+Green+Blue) = 223+110+179=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EB3 is #20914C. Grayscale: #979797. Windows color (decimal): -2134349 or 11759327. OLE color: 11759327.

HSL color Cylindrical-coordinate representation of color #DF6EB3: hue angle of 323.36º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6EB3 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 110 179 -
CMYK 0 0.51 0.20 0.13
HSL 323.36º 0.64% 0.65% -
HSV(B) 323.36º 0.51% 0.87% -
XYZ 44.14 30.09 46.13 -
YUV 151.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 223 110 179 0 0.51 0.20 0.13 323.36 0.64 0.65
Hex DF 6E B3 0 33 14 D 143 40 41
Octal 337 156 263 0 63 24 15 503 100 101
Binary 11011111 1101110 10110011 0 110011 10100 1101 101000011 1000000 1000001

Color Harmonies of #DF6EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6EB3

Black with #DF6EB3

Text Example


Text Example

White with #DF6EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6EB3; }

 p { color: rgb(223,110,179); }

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

background-color css

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

 a { background-color: rgb(223,110,179); }

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

border-color css

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

 span { border-color: rgb(223,110,179); }

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