Html Css Color HEX #DE25BD Shocking Pink

📋 copy color: '#DE25BD'

red 222 ◦ green 37 ◦ blue 189

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

Shades of Shocking Pink #DE25BD

Tints of Shocking Pink #DE25BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 49.55%
G = 8.26%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DE25BD (or 0xDE25BD) is known color: Shocking Pink. HEX triplet: DE, 25 and BD. RGB value is (222,37,189). Sum of RGB (Red+Green+Blue) = 222+37+189=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE25BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE25BD is #21DA42. Grayscale: #6D6D6D. Windows color (decimal): -2218563 or 12395998. OLE color: 12395998.

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

Color convert

RGB 222 37 189 -
CMYK 0 0.83 0.15 0.13
HSL 310.7º 0.74% 0.51% -
HSV(B) 310.7º 0.83% 0.87% -
XYZ 39.97 20.53 50 -
YUV 109.64 172.79 208.14 -
System Red Green Blue C M Y K H S L
Decimal 222 37 189 0 0.83 0.15 0.13 310.7 0.74 0.51
Hex DE 25 BD 0 53 F D 137 4A 33
Octal 336 45 275 0 123 17 15 467 112 63
Binary 11011110 100101 10111101 0 1010011 1111 1101 100110111 1001010 110011

Color Harmonies of #DE25BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE25BD

Black with #DE25BD

Text Example


Text Example

White with #DE25BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE25BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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