Html Css Color HEX #DF7CC2 Persian Pink

📋 copy color: '#DF7CC2'

red 223 ◦ green 124 ◦ blue 194

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

Shades of Persian Pink #DF7CC2

Tints of Persian Pink #DF7CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.92%

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 41.22%
G = 22.92%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF7CC2 (or 0xDF7CC2) is known color: Persian Pink. HEX triplet: DF, 7C and C2. RGB value is (223,124,194). Sum of RGB (Red+Green+Blue) = 223+124+194=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CC2 is #20833D. Grayscale: #A1A1A1. Windows color (decimal): -2130750 or 12745951. OLE color: 12745951.

HSL color Cylindrical-coordinate representation of color #DF7CC2: hue angle of 317.58º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7CC2 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 124 194 -
CMYK 0 0.44 0.13 0.13
HSL 317.58º 0.61% 0.68% -
HSV(B) 317.58º 0.44% 0.87% -
XYZ 47.38 34 55.1 -
YUV 161.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 223 124 194 0 0.44 0.13 0.13 317.58 0.61 0.68
Hex DF 7C C2 0 2C D D 13E 3D 44
Octal 337 174 302 0 54 15 15 476 75 104
Binary 11011111 1111100 11000010 0 101100 1101 1101 100111110 111101 1000100

Color Harmonies of #DF7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7CC2

Black with #DF7CC2

Text Example


Text Example

White with #DF7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7CC2; }

 p { color: rgb(223,124,194); }

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

background-color css

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

 a { background-color: rgb(223,124,194); }

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

border-color css

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

 span { border-color: rgb(223,124,194); }

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