Html Css Color HEX #DF23A3 Persian Rose

📋 copy color: '#DF23A3'

red 223 ◦ green 35 ◦ blue 163

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

Shades of Persian Rose #DF23A3

Tints of Persian Rose #DF23A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.72%

R = 52.97%
G = 8.31%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF23A3 (or 0xDF23A3) is known color: Persian Rose. HEX triplet: DF, 23 and A3. RGB value is (223,35,163). Sum of RGB (Red+Green+Blue) = 223+35+163=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF23A3 is #20DC5C. Grayscale: #696969. Windows color (decimal): -2153565 or 10691551. OLE color: 10691551.

HSL color Cylindrical-coordinate representation of color #DF23A3: hue angle of 319.15º 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 #DF23A3 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 35 163 -
CMYK 0 0.84 0.27 0.13
HSL 319.15º 0.75% 0.51% -
HSV(B) 319.15º 0.84% 0.87% -
XYZ 37.64 19.53 36.44 -
YUV 105.8 160.28 211.59 -
System Red Green Blue C M Y K H S L
Decimal 223 35 163 0 0.84 0.27 0.13 319.15 0.75 0.51
Hex DF 23 A3 0 54 1B D 13F 4B 33
Octal 337 43 243 0 124 33 15 477 113 63
Binary 11011111 100011 10100011 0 1010100 11011 1101 100111111 1001011 110011

Color Harmonies of #DF23A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF23A3

Black with #DF23A3

Text Example


Text Example

White with #DF23A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF23A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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