Html Css Color HEX #FF38DD Razzle Dazzle Rose

📋 copy color: '#FF38DD'

red 255 ◦ green 56 ◦ blue 221

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

Shades of Razzle Dazzle Rose #FF38DD

Tints of Razzle Dazzle Rose #FF38DD

RGB

 RED value IS 255 (100% from 255) = 47.93%

 GREEN value IS 56 (22.27% from 255) = 10.53%

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 47.93%
G = 10.53%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF38DD (or 0xFF38DD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 38 and DD. RGB value is (255,56,221). Sum of RGB (Red+Green+Blue) = 255+56+221=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 56 (22.27% from 255 or 10.53% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF38DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF38DD is #00C722. Grayscale: #858585. Windows color (decimal): -50979 or 14498047. OLE color: 14498047.

HSL color Cylindrical-coordinate representation of color #FF38DD: hue angle of 310.25º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF38DD is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 56 221 -
CMYK 0 0.78 0.13 0
HSL 310.25º 1% 0.61% -
HSV(B) 310.25º 0.78% 1% -
XYZ 55.71 29.31 71.13 -
YUV 134.31 176.93 214.08 -
System Red Green Blue C M Y K H S L
Decimal 255 56 221 0 0.78 0.13 0 310.25 1 0.61
Hex FF 38 DD 0 4E D 0 136 64 3D
Octal 377 70 335 0 116 15 0 466 144 75
Binary 11111111 111000 11011101 0 1001110 1101 0 100110110 1100100 111101

Color Harmonies of #FF38DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF38DD

Black with #FF38DD

Text Example


Text Example

White with #FF38DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF38DD; }

 p { color: rgb(255,56,221); }

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

background-color css

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

 a { background-color: rgb(255,56,221); }

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

border-color css

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

 span { border-color: rgb(255,56,221); }

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