Html Css Color HEX #DF25A3 Persian Rose

📋 copy color: '#DF25A3'

red 223 ◦ green 37 ◦ blue 163

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

Shades of Persian Rose #DF25A3

Tints of Persian Rose #DF25A3

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.75%

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

R = 52.72%
G = 8.75%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF25A3 (or 0xDF25A3) is known color: Persian Rose. HEX triplet: DF, 25 and A3. RGB value is (223,37,163). Sum of RGB (Red+Green+Blue) = 223+37+163=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF25A3 is #20DA5C. Grayscale: #6A6A6A. Windows color (decimal): -2153053 or 10692063. OLE color: 10692063.

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

Color convert

RGB 223 37 163 -
CMYK 0 0.83 0.27 0.13
HSL 319.35º 0.74% 0.51% -
HSV(B) 319.35º 0.83% 0.87% -
XYZ 37.7 19.66 36.46 -
YUV 106.98 159.62 210.75 -
System Red Green Blue C M Y K H S L
Decimal 223 37 163 0 0.83 0.27 0.13 319.35 0.74 0.51
Hex DF 25 A3 0 53 1B D 13F 4A 33
Octal 337 45 243 0 123 33 15 477 112 63
Binary 11011111 100101 10100011 0 1010011 11011 1101 100111111 1001010 110011

Color Harmonies of #DF25A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25A3

Black with #DF25A3

Text Example


Text Example

White with #DF25A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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