Html Css Color HEX #DE25C6 Razzle Dazzle Rose

📋 copy color: '#DE25C6'

red 222 ◦ green 37 ◦ blue 198

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

Shades of Razzle Dazzle Rose #DE25C6

Tints of Razzle Dazzle Rose #DE25C6

RGB

 RED value IS 222 (87.11% from 255) = 48.58%

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

 BLUE value IS 198 (77.73% from 255) = 43.33%

R = 48.58%
G = 8.1%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DE25C6 (or 0xDE25C6) is known color: Razzle Dazzle Rose. HEX triplet: DE, 25 and C6. RGB value is (222,37,198). Sum of RGB (Red+Green+Blue) = 222+37+198=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE25C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE25C6 is #21DA39. Grayscale: #6E6E6E. Windows color (decimal): -2218554 or 12985822. OLE color: 12985822.

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

Color convert

RGB 222 37 198 -
CMYK 0 0.83 0.11 0.13
HSL 307.78º 0.74% 0.51% -
HSV(B) 307.78º 0.83% 0.87% -
XYZ 40.98 20.93 55.31 -
YUV 110.67 177.29 207.41 -
System Red Green Blue C M Y K H S L
Decimal 222 37 198 0 0.83 0.11 0.13 307.78 0.74 0.51
Hex DE 25 C6 0 53 B D 134 4A 33
Octal 336 45 306 0 123 13 15 464 112 63
Binary 11011110 100101 11000110 0 1010011 1011 1101 100110100 1001010 110011

Color Harmonies of #DE25C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE25C6

Black with #DE25C6

Text Example


Text Example

White with #DE25C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE25C6; }

 p { color: rgb(222,37,198); }

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

background-color css

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

 a { background-color: rgb(222,37,198); }

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

border-color css

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

 span { border-color: rgb(222,37,198); }

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