Html Css Color HEX #FF29D6 Razzle Dazzle Rose

📋 copy color: '#FF29D6'

red 255 ◦ green 41 ◦ blue 214

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

Shades of Razzle Dazzle Rose #FF29D6

Tints of Razzle Dazzle Rose #FF29D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.96%

R = 50%
G = 8.04%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF29D6 (or 0xFF29D6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and D6. RGB value is (255,41,214). Sum of RGB (Red+Green+Blue) = 255+41+214=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 41 (16.41% from 255 or 8.04% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29D6 is #00D629. Grayscale: #7C7C7C. Windows color (decimal): -54826 or 14035455. OLE color: 14035455.

HSL color Cylindrical-coordinate representation of color #FF29D6: hue angle of 311.5º 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 #FF29D6 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 41 214 -
CMYK 0 0.84 0.16 0
HSL 311.5º 1% 0.58% -
HSV(B) 311.5º 0.84% 1% -
XYZ 54.17 27.7 66.11 -
YUV 124.71 178.4 220.93 -
System Red Green Blue C M Y K H S L
Decimal 255 41 214 0 0.84 0.16 0 311.5 1 0.58
Hex FF 29 D6 0 54 10 0 137 64 3A
Octal 377 51 326 0 124 20 0 467 144 72
Binary 11111111 101001 11010110 0 1010100 10000 0 100110111 1100100 111010

Color Harmonies of #FF29D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29D6

Black with #FF29D6

Text Example


Text Example

White with #FF29D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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