Html Css Color HEX #DA25BB Shocking Pink

📋 copy color: '#DA25BB'

red 218 ◦ green 37 ◦ blue 187

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

Shades of Shocking Pink #DA25BB

Tints of Shocking Pink #DA25BB

RGB

 RED value IS 218 (85.55% from 255) = 49.32%

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

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 49.32%
G = 8.37%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA25BB (or 0xDA25BB) is known color: Shocking Pink. HEX triplet: DA, 25 and BB. RGB value is (218,37,187). Sum of RGB (Red+Green+Blue) = 218+37+187=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25BB is #25DA44. Grayscale: #6B6B6B. Windows color (decimal): -2480709 or 12264922. OLE color: 12264922.

HSL color Cylindrical-coordinate representation of color #DA25BB: hue angle of 310.28º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA25BB is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 37 187 -
CMYK 0 0.83 0.14 0.15
HSL 310.28º 0.71% 0.5% -
HSV(B) 310.28º 0.83% 0.85% -
XYZ 38.54 19.82 48.81 -
YUV 108.22 172.47 206.3 -
System Red Green Blue C M Y K H S L
Decimal 218 37 187 0 0.83 0.14 0.15 310.28 0.71 0.5
Hex DA 25 BB 0 53 E F 136 47 32
Octal 332 45 273 0 123 16 17 466 107 62
Binary 11011010 100101 10111011 0 1010011 1110 1111 100110110 1000111 110010

Color Harmonies of #DA25BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25BB

Black with #DA25BB

Text Example


Text Example

White with #DA25BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25BB; }

 p { color: rgb(218,37,187); }

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

background-color css

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

 a { background-color: rgb(218,37,187); }

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

border-color css

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

 span { border-color: rgb(218,37,187); }

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