Html Css Color HEX #FF29D9 Razzle Dazzle Rose

📋 copy color: '#FF29D9'

red 255 ◦ green 41 ◦ blue 217

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

Shades of Razzle Dazzle Rose #FF29D9

Tints of Razzle Dazzle Rose #FF29D9

RGB

 RED value IS 255 (100% from 255) = 49.71%

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

 BLUE value IS 217 (85.16% from 255) = 42.3%

R = 49.71%
G = 7.99%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF29D9 (or 0xFF29D9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and D9. RGB value is (255,41,217). Sum of RGB (Red+Green+Blue) = 255+41+217=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 41 (16.41% from 255 or 7.99% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29D9 is #00D626. Grayscale: #7C7C7C. Windows color (decimal): -54823 or 14232063. OLE color: 14232063.

HSL color Cylindrical-coordinate representation of color #FF29D9: hue angle of 310.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF29D9 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 41 217 -
CMYK 0 0.84 0.15 0
HSL 310.65º 1% 0.58% -
HSV(B) 310.65º 0.84% 1% -
XYZ 54.56 27.86 68.15 -
YUV 125.05 179.9 220.69 -
System Red Green Blue C M Y K H S L
Decimal 255 41 217 0 0.84 0.15 0 310.65 1 0.58
Hex FF 29 D9 0 54 F 0 137 64 3A
Octal 377 51 331 0 124 17 0 467 144 72
Binary 11111111 101001 11011001 0 1010100 1111 0 100110111 1100100 111010

Color Harmonies of #FF29D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29D9

Black with #FF29D9

Text Example


Text Example

White with #FF29D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29D9; }

 p { color: rgb(255,41,217); }

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

background-color css

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

 a { background-color: rgb(255,41,217); }

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

border-color css

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

 span { border-color: rgb(255,41,217); }

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