Html Css Color HEX #DF2BAE Persian Rose

📋 copy color: '#DF2BAE'

red 223 ◦ green 43 ◦ blue 174

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

Shades of Persian Rose #DF2BAE

Tints of Persian Rose #DF2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.77%

 BLUE value IS 174 (68.36% from 255) = 39.55%

R = 50.68%
G = 9.77%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF2BAE (or 0xDF2BAE) is known color: Persian Rose. HEX triplet: DF, 2B and AE. RGB value is (223,43,174). Sum of RGB (Red+Green+Blue) = 223+43+174=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2BAE is #20D451. Grayscale: #6F6F6F. Windows color (decimal): -2151506 or 11414495. OLE color: 11414495.

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

Color convert

RGB 223 43 174 -
CMYK 0 0.81 0.22 0.13
HSL 316.33º 0.74% 0.52% -
HSV(B) 316.33º 0.81% 0.87% -
XYZ 38.94 20.47 41.94 -
YUV 111.75 163.13 207.35 -
System Red Green Blue C M Y K H S L
Decimal 223 43 174 0 0.81 0.22 0.13 316.33 0.74 0.52
Hex DF 2B AE 0 51 16 D 13C 4A 34
Octal 337 53 256 0 121 26 15 474 112 64
Binary 11011111 101011 10101110 0 1010001 10110 1101 100111100 1001010 110100

Color Harmonies of #DF2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2BAE

Black with #DF2BAE

Text Example


Text Example

White with #DF2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2BAE; }

 p { color: rgb(223,43,174); }

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

background-color css

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

 a { background-color: rgb(223,43,174); }

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

border-color css

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

 span { border-color: rgb(223,43,174); }

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