Html Css Color HEX #DF25C5 Razzle Dazzle Rose

📋 copy color: '#DF25C5'

red 223 ◦ green 37 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DF25C5

Tints of Razzle Dazzle Rose #DF25C5

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.1%

 BLUE value IS 197 (77.34% from 255) = 43.11%

R = 48.8%
G = 8.1%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF25C5 (or 0xDF25C5) is known color: Razzle Dazzle Rose. HEX triplet: DF, 25 and C5. RGB value is (223,37,197). Sum of RGB (Red+Green+Blue) = 223+37+197=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25C5 is #20DA3A. Grayscale: #6E6E6E. Windows color (decimal): -2153019 or 12920287. OLE color: 12920287.

HSL color Cylindrical-coordinate representation of color #DF25C5: hue angle of 308.39º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF25C5 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 37 197 -
CMYK 0 0.83 0.12 0.13
HSL 308.39º 0.74% 0.51% -
HSV(B) 308.39º 0.83% 0.87% -
XYZ 41.17 21.04 54.71 -
YUV 110.85 176.62 207.99 -
System Red Green Blue C M Y K H S L
Decimal 223 37 197 0 0.83 0.12 0.13 308.39 0.74 0.51
Hex DF 25 C5 0 53 C D 134 4A 33
Octal 337 45 305 0 123 14 15 464 112 63
Binary 11011111 100101 11000101 0 1010011 1100 1101 100110100 1001010 110011

Color Harmonies of #DF25C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25C5

Black with #DF25C5

Text Example


Text Example

White with #DF25C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25C5; }

 p { color: rgb(223,37,197); }

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

background-color css

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

 a { background-color: rgb(223,37,197); }

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

border-color css

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

 span { border-color: rgb(223,37,197); }

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