Html Css Color HEX #DF29BE Razzle Dazzle Rose

📋 copy color: '#DF29BE'

red 223 ◦ green 41 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DF29BE

Tints of Razzle Dazzle Rose #DF29BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 49.12%
G = 9.03%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF29BE (or 0xDF29BE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 29 and BE. RGB value is (223,41,190). Sum of RGB (Red+Green+Blue) = 223+41+190=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29BE is #20D641. Grayscale: #6F6F6F. Windows color (decimal): -2152002 or 12462559. OLE color: 12462559.

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

Color convert

RGB 223 41 190 -
CMYK 0 0.82 0.15 0.13
HSL 310.88º 0.74% 0.52% -
HSV(B) 310.88º 0.82% 0.87% -
XYZ 40.52 20.99 50.63 -
YUV 112.4 171.8 206.88 -
System Red Green Blue C M Y K H S L
Decimal 223 41 190 0 0.82 0.15 0.13 310.88 0.74 0.52
Hex DF 29 BE 0 52 F D 137 4A 34
Octal 337 51 276 0 122 17 15 467 112 64
Binary 11011111 101001 10111110 0 1010010 1111 1101 100110111 1001010 110100

Color Harmonies of #DF29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29BE

Black with #DF29BE

Text Example


Text Example

White with #DF29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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