Html Css Color HEX #DF34C2 Razzle Dazzle Rose

📋 copy color: '#DF34C2'

red 223 ◦ green 52 ◦ blue 194

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

Shades of Razzle Dazzle Rose #DF34C2

Tints of Razzle Dazzle Rose #DF34C2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.09%

 BLUE value IS 194 (76.17% from 255) = 41.36%

R = 47.55%
G = 11.09%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF34C2 (or 0xDF34C2) is known color: Razzle Dazzle Rose. HEX triplet: DF, 34 and C2. RGB value is (223,52,194). Sum of RGB (Red+Green+Blue) = 223+52+194=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF34C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF34C2 is #20CB3D. Grayscale: #767676. Windows color (decimal): -2149182 or 12727519. OLE color: 12727519.

HSL color Cylindrical-coordinate representation of color #DF34C2: hue angle of 310.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF34C2 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 52 194 -
CMYK 0 0.77 0.13 0.13
HSL 310.18º 0.73% 0.54% -
HSV(B) 310.18º 0.77% 0.87% -
XYZ 41.4 22.04 53.11 -
YUV 119.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 223 52 194 0 0.77 0.13 0.13 310.18 0.73 0.54
Hex DF 34 C2 0 4D D D 136 49 36
Octal 337 64 302 0 115 15 15 466 111 66
Binary 11011111 110100 11000010 0 1001101 1101 1101 100110110 1001001 110110

Color Harmonies of #DF34C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF34C2

Black with #DF34C2

Text Example


Text Example

White with #DF34C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF34C2; }

 p { color: rgb(223,52,194); }

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

background-color css

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

 a { background-color: rgb(223,52,194); }

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

border-color css

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

 span { border-color: rgb(223,52,194); }

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