Html Css Color HEX #DF26A6 Persian Rose

📋 copy color: '#DF26A6'

red 223 ◦ green 38 ◦ blue 166

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

Shades of Persian Rose #DF26A6

Tints of Persian Rose #DF26A6

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.9%

 BLUE value IS 166 (65.23% from 255) = 38.88%

R = 52.22%
G = 8.9%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF26A6 (or 0xDF26A6) is known color: Persian Rose. HEX triplet: DF, 26 and A6. RGB value is (223,38,166). Sum of RGB (Red+Green+Blue) = 223+38+166=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF26A6 is #20D959. Grayscale: #6B6B6B. Windows color (decimal): -2152794 or 10888927. OLE color: 10888927.

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

Color convert

RGB 223 38 166 -
CMYK 0 0.83 0.26 0.13
HSL 318.49º 0.74% 0.51% -
HSV(B) 318.49º 0.83% 0.87% -
XYZ 38.01 19.83 37.9 -
YUV 107.91 160.79 210.09 -
System Red Green Blue C M Y K H S L
Decimal 223 38 166 0 0.83 0.26 0.13 318.49 0.74 0.51
Hex DF 26 A6 0 53 1A D 13E 4A 33
Octal 337 46 246 0 123 32 15 476 112 63
Binary 11011111 100110 10100110 0 1010011 11010 1101 100111110 1001010 110011

Color Harmonies of #DF26A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF26A6

Black with #DF26A6

Text Example


Text Example

White with #DF26A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF26A6; }

 p { color: rgb(223,38,166); }

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

background-color css

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

 a { background-color: rgb(223,38,166); }

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

border-color css

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

 span { border-color: rgb(223,38,166); }

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