Html Css Color HEX #D6258D Deep Cerise

📋 copy color: '#D6258D'

red 214 ◦ green 37 ◦ blue 141

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

Shades of Deep Cerise #D6258D

Tints of Deep Cerise #D6258D

RGB

 RED value IS 214 (83.98% from 255) = 54.59%

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

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 54.59%
G = 9.44%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6258D (or 0xD6258D) is known color: Deep Cerise. HEX triplet: D6, 25 and 8D. RGB value is (214,37,141). Sum of RGB (Red+Green+Blue) = 214+37+141=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6258D is #29DA72. Grayscale: #656565. Windows color (decimal): -2742899 or 9250262. OLE color: 9250262.

HSL color Cylindrical-coordinate representation of color #D6258D: hue angle of 324.75º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6258D is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 37 141 -
CMYK 0 0.83 0.34 0.16
HSL 324.75º 0.71% 0.49% -
HSV(B) 324.75º 0.83% 0.84% -
XYZ 33.2 17.54 26.84 -
YUV 101.78 150.14 208.04 -
System Red Green Blue C M Y K H S L
Decimal 214 37 141 0 0.83 0.34 0.16 324.75 0.71 0.49
Hex D6 25 8D 0 53 22 10 145 47 31
Octal 326 45 215 0 123 42 20 505 107 61
Binary 11010110 100101 10001101 0 1010011 100010 10000 101000101 1000111 110001

Color Harmonies of #D6258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6258D

Black with #D6258D

Text Example


Text Example

White with #D6258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6258D; }

 p { color: rgb(214,37,141); }

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

background-color css

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

 a { background-color: rgb(214,37,141); }

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

border-color css

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

 span { border-color: rgb(214,37,141); }

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