Html Css Color HEX #DF29DA Razzle Dazzle Rose

📋 copy color: '#DF29DA'

red 223 ◦ green 41 ◦ blue 218

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

Shades of Razzle Dazzle Rose #DF29DA

Tints of Razzle Dazzle Rose #DF29DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 46.27%
G = 8.51%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF29DA (or 0xDF29DA) is known color: Razzle Dazzle Rose. HEX triplet: DF, 29 and DA. RGB value is (223,41,218). Sum of RGB (Red+Green+Blue) = 223+41+218=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29DA is #20D625. Grayscale: #737373. Windows color (decimal): -2151974 or 14297567. OLE color: 14297567.

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

Color convert

RGB 223 41 218 -
CMYK 0 0.82 0.02 0.13
HSL 301.65º 0.74% 0.52% -
HSV(B) 301.65º 0.82% 0.87% -
XYZ 43.88 22.34 68.33 -
YUV 115.6 185.8 204.61 -
System Red Green Blue C M Y K H S L
Decimal 223 41 218 0 0.82 0.02 0.13 301.65 0.74 0.52
Hex DF 29 DA 0 52 2 D 12E 4A 34
Octal 337 51 332 0 122 2 15 456 112 64
Binary 11011111 101001 11011010 0 1010010 10 1101 100101110 1001010 110100

Color Harmonies of #DF29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29DA

Black with #DF29DA

Text Example


Text Example

White with #DF29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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