Html Css Color HEX #DF23A7 Persian Rose

📋 copy color: '#DF23A7'

red 223 ◦ green 35 ◦ blue 167

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

Shades of Persian Rose #DF23A7

Tints of Persian Rose #DF23A7

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.24%

 BLUE value IS 167 (65.63% from 255) = 39.29%

R = 52.47%
G = 8.24%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF23A7 (or 0xDF23A7) is known color: Persian Rose. HEX triplet: DF, 23 and A7. RGB value is (223,35,167). Sum of RGB (Red+Green+Blue) = 223+35+167=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF23A7 is #20DC58. Grayscale: #696969. Windows color (decimal): -2153561 or 10953695. OLE color: 10953695.

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

Color convert

RGB 223 35 167 -
CMYK 0 0.84 0.25 0.13
HSL 317.87º 0.75% 0.51% -
HSV(B) 317.87º 0.84% 0.87% -
XYZ 38.01 19.68 38.35 -
YUV 106.26 162.28 211.27 -
System Red Green Blue C M Y K H S L
Decimal 223 35 167 0 0.84 0.25 0.13 317.87 0.75 0.51
Hex DF 23 A7 0 54 19 D 13E 4B 33
Octal 337 43 247 0 124 31 15 476 113 63
Binary 11011111 100011 10100111 0 1010100 11001 1101 100111110 1001011 110011

Color Harmonies of #DF23A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF23A7

Black with #DF23A7

Text Example


Text Example

White with #DF23A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF23A7; }

 p { color: rgb(223,35,167); }

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

background-color css

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

 a { background-color: rgb(223,35,167); }

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

border-color css

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

 span { border-color: rgb(223,35,167); }

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