Html Css Color HEX #DF29C5 Razzle Dazzle Rose

📋 copy color: '#DF29C5'

red 223 ◦ green 41 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DF29C5

Tints of Razzle Dazzle Rose #DF29C5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.89%

 BLUE value IS 197 (77.34% from 255) = 42.73%

R = 48.37%
G = 8.89%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF29C5 (or 0xDF29C5) is known color: Razzle Dazzle Rose. HEX triplet: DF, 29 and C5. RGB value is (223,41,197). Sum of RGB (Red+Green+Blue) = 223+41+197=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29C5 is #20D63A. Grayscale: #707070. Windows color (decimal): -2151995 or 12921311. OLE color: 12921311.

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

Color convert

RGB 223 41 197 -
CMYK 0 0.82 0.12 0.13
HSL 308.57º 0.74% 0.52% -
HSV(B) 308.57º 0.82% 0.87% -
XYZ 41.3 21.31 54.76 -
YUV 113.2 175.3 206.32 -
System Red Green Blue C M Y K H S L
Decimal 223 41 197 0 0.82 0.12 0.13 308.57 0.74 0.52
Hex DF 29 C5 0 52 C D 135 4A 34
Octal 337 51 305 0 122 14 15 465 112 64
Binary 11011111 101001 11000101 0 1010010 1100 1101 100110101 1001010 110100

Color Harmonies of #DF29C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29C5

Black with #DF29C5

Text Example


Text Example

White with #DF29C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29C5; }

 p { color: rgb(223,41,197); }

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

background-color css

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

 a { background-color: rgb(223,41,197); }

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

border-color css

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

 span { border-color: rgb(223,41,197); }

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